/* 配置 */
.clear:after{
	display: block;
	content: "";
	clear: both;
}
.thousand{
	max-width: 1100px;
	margin: 0 auto;
}
/* 配置 */
/* 清除bootstrap影响 */
p,ul,h1,h2,h3,h4,h5,h6{
	margin: 0;
}
a:hover{
	text-decoration: none;
}
/* 清除bootstrap影响 */
.fp-tableCell{
	display: block!important;
}
.header{
	width: 100%;
	height: 120px;
	padding: 0 40px;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 999;
}
.header>.logo{
	display: block;
}
.header>.logo>img:nth-child(2){
	display: none;
}
.pages1{
	position: relative;
	overflow: hidden;
}
.navs{
	display: flex;
}
.navs>li{
	padding: 0 33px;
}
.navs>li>a{
	font-size: 18px;
	color: #fff;
}
.navs>li>a:hover{
	color: #0090ff;
}
.nav-btn{
	width: 80px;
	height: 80px;
	background-color:#999999;
	background-image:url(../img/btn.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
#swiper1{
	width: 100%;
	height: 100%;
}
#swiper1 .swiper-slide{
	overflow: hidden;
}
#swiper1 .swiper-slide>img{
	width: 100%;
	height: 100%;
}
.pages2{
	background: url(../img/b.jpg)no-repeat center;
	background-size: 100% 100%;
	min-height: 800px;
}
.introduce-box{
	height: 100%;
}
.introduce{
	padding-top: 65px;
}
.introduce>.title{
	text-align: center;
	font-size:44px;
	color: #fff;
}
.introduce>.line{
	width: 100px;
	height: 2px;
	background: #fff;
	margin: 15px auto 0;
}
.introduce>.abstract{
	width: 880px;
	margin: 20px auto 0;
	font-size: 16px;
	color: #b2b2b2;
	line-height: 26px;
	text-align: center;
}
.introduce-img{
	margin-top: 20px;
	width: 100%;
	position: relative;
	box-shadow: 0px 0px 3px #484848;
}
.introduce-img>img{
	width: 100%;
}
.introduce-img>a{
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	font-size: 16px;
}
.introduce-list{
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.introduce-list>li{
	width: 520px;
	height: 150px;
	box-shadow: 0px 0px 6px #37436b;
	margin-bottom: 25px;
}
.introduce-list>li>a{
	display: flex;
	height: 100%;
	align-items: center;
}
.introduce-list>li>a>.left{
	margin-left: 70px;
	/* margin-top: 25px; */
}
.introduce-list>li>a>.left>p{
	margin-top: 15px;
	font-size: 22px;
	color: #fff;
	text-align: center;
}
.introduce-list>li>a>.right{
	width: 305px;
	/* margin-top: 44px; */
	margin-left: 33px;
	color: #b2b2b2;
	font-size: 16px;
}
.pages3{
	background: url(../img/c.jpg)no-repeat center;
	background-size: 100% 100%;
	min-height: 800px;
}
.id-product>.title{
	margin: 90px auto 0;
	text-align: center;
	color: #fff;
	font-size: 44px;
}
.id-product>.line{
	margin: 14px auto 0;
	width: 100px;
	height: 2px;
	background: #fff;
}
.idx-product-wrap{
	margin-top: 67px;
	position: relative;
}
.idx-product-pages{
	position: absolute;
	right: 0;
	top: -78px;
	font-size: 0;
}
.idx-product-pages>a{
	display: inline-block;
	width: 60px;
	height: 60px;
	border: 2px solid #0090ff;
	box-sizing: border-box;
	background-position: center;
	background-repeat: no-repeat;
}
.idx-product-pages>a:hover{
	background-color:#0090ff;
}
.idx-product-pages>.prev{
	background-image: url(../img/prev.png);
	margin-right: 8px;
}
.idx-product-pages>.next{
	background-image: url(../img/next.png);
}
.idx-product-list{
	position: relative;
	height: 500px;
}
.idx-product-list>li{
	position: absolute;
	width: 100%;
	opacity: 0;
}
.idx-product-list>.opacity{
	opacity:1;
	z-index: 10;
}
.idx-product-list>li>.left{
	width: 390px;
	float: left;
	margin-left: -160px;
}
.idx-product-list>li>.left>.title{
	font-size:40px;
	color:#fff;
	line-height:1;
}
.idx-product-list>li>.left>.abstract{
	margin-top: 20px;
	font-size: 16px;
	color:#fff;
	line-height: 26px;
}
.idx-product-list>li>.left>.img{
	margin-top: 40px;
}
.idx-product-list>li>.left>.img>img{
	max-width: 100%;
}
.idx-product-list>li>.right{
	float: right;
}
.idx-product-list-right{
	width: 654px;
	margin-right: -27px;
}
.idx-product-list-right>li{
	width: 300px;
	height: 220px;
	margin-right: 27px;
	margin-bottom: 30px;
	float: left;
}
.idx-product-list-right>li>a{
	display: block;
	position: relative;
}
.idx-product-list-right>li>a>img{
	width: 100%;
}
.idx-product-list-right>li>a>.bg{
	display: none;
	background: rgba(30,30,30,0.7);
	position: absolute;
	left: 0;right: 0;
	top: 0;bottom:0;
	height: 100%;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	color: #fff;
}
.idx-product-list-right>li>a:hover>.bg{
	display: flex;
}
.idx-product-more{
	float: right;
	font-size: 16px;
	color: #fff;
}
.idx-product-more:hover{
	color:#0090ff;
}
.introduce-img>a:hover{
	color:#003f6f;
}
.pages4{
	background: url(../img/d.jpg)no-repeat center;
	background-size: 100% 100%;
	min-height: 800px;
}
.idx-new>.title{
	margin-top: 130px;
	font-size: 44px;
	line-height: 1;
	color: #fff;
	text-align: center;
}
.idx-new>.line{
	margin: 14px auto 0;
    width: 100px;
    height: 2px;
    background: #fff;
}
.idx-new-content{
	margin-top: 75px;
	display: flex;
	justify-content: space-between;
}
.idx-new-content>.left>a{
	display: block;
	max-width: 540px;
	max-height: 390px;
	position: relative;
}
.idx-new-content>.left>a>img{
	max-width: 100%;
}
.idx-new-content>.left>a>.text{
	position: absolute;
	width: 100%;
	height: 78px;
	padding: 0 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(0,0,0,0.4);
	bottom: 0;
	font-size: 18px;
	color: #fff;
}
.idx-new-list>li{
	width: 540px;
	height: 120px;
	background: #fff;
	padding-top: 22px;
	padding-bottom: 23px;
	display: flex;
	margin-bottom: 15px;
}
.idx-new-list>li>.time{
	width: 115px;
	height: 75px;
	text-align: center;
	border-right: 1px solid #f5f5f5;
}
.idx-new-list>li>.time>p:nth-child(1){
	padding-top: 7px;
	color: #0074c1;
	font-size: 35px;
	line-height: 1;
}
.idx-new-list>li>.time>p:nth-child(2){
	margin-top: 14px;
	font-size: 10px;
	color: #666666;
	line-height: 1;
}
.idx-new-list>li>.title{
	display: block;
	width: 345px;
	height: 52px;
	font-size: 18px;
	line-height: 26px;
	color: #666666;
	align-self: center;
	overflow: hidden;
	margin-left: 23px;
}
.idx-new-list>li>.title:hover{
	color: #0090ff;
}
.footer-box,
.footer-box>.fp-tableCell{
	height: 340px!important;
}
.footer-box{
	background: #011327;
}
.footer-top{
	padding-top: 34px;
	display: flex;
	justify-content: space-between;
}
.footer-top>.left>.icon-list{
	margin-top: 30px;
	display: flex;
}
.footer-top>.left>.icon-list>a{
	margin-left: 18px;
}
.footer-top>.left>.icon-list>a:nth-child(1){
	margin-left: 0;
}
.footer-top>.center{
	height: 200px;
	width: 368px;
	border-right: 1px solid #1b2b3d;
	border-left: 1px solid #1b2b3d;
	display: flex;
	justify-content: center;
}
.footer-top>.center>ul{
	padding-top: 10px;
}
.footer-top>.center>ul>li:nth-child(1){
	font-size: 26px;
	color: #fff;
	margin-bottom: 25px;
}
.footer-top>.center>ul>li>a{
	font-size: 14px;
	color: #809ebb;
	line-height: 26px;
}
.footer-top>.center>ul>li>a:hover{
	color: #fff;
}
.footer-top>.right>dl{
	padding-top: 15px;
}
.footer-top>.right>dl>dt{
	font-size: 26px;
	color: #fff;
	margin-bottom: 25px;
}
.footer-top>.right>dl>dd{
	font-size: 14px;
	color: #809ebb;
	line-height: 26px;
}
.copyright{
	margin-top: 50px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.btn-nav{
	display: none;
	background: #1a6cbd;
	width: 100%;
	position: absolute;
	top: 120px;
	right: 0;
	padding: 0 15px;
	/* margin-right: -100%; */
	z-index: 999;
}
.btn-nav>li{
	padding-left: 15px;
	line-height: 50px;
	font-size: 16px;
	border-bottom: 1px solid #b5b5b5;
}
.btn-nav>li>a{
	display: block;
	color: #fff;
}
.btn-nav>li>a:hover{
	color:#337ab7;
}
#swiper2 .swiper-slide>img{
	width: 100%;
}
/* ***** */
.mob-product-pages{
	position: absolute;
	right: 0;
	top: -78px;
	font-size: 0;
}
.mob-product-pages>a{
	display: inline-block;
	width: 60px;
	height: 60px;
	border: 2px solid #0090ff;
	box-sizing: border-box;
	background-position: center;
	background-repeat: no-repeat;
}
.mob-product-pages>a:hover{
	background-color:#0090ff;
}
.mob-product-pages>.prev{
	background-image: url(../img/prev.png);
	margin-right: 8px;
}
.mob-product-pages>.next{
	background-image: url(../img/next.png);
}
.mob-product-list{
	position: relative;
	height: 500px;
}
.mob-product-list>li{
	position: absolute;
	width: 100%;
	opacity: 0;
}
.mob-product-list>.opacity{
	opacity:1;
	z-index: 10;
}
.mob-product-list>li>.left{
	float: left;
	width: 300px;
}
.mob-product-list>li>.left>.title{
	font-size:40px;
	color:#fff;
	line-height:1;
}
.mob-product-list>li>.left>.abstract{
	margin-top: 20px;
	font-size: 16px;
	color:#fff;
	line-height: 26px;
}
.mob-product-list>li>.left>.img{
	margin-top: 40px;
}
.mob-product-list>li>.left>.img>img{
	max-width: 100%;
}
.mob-product-list>li>.right{
	float: right;
}
.mob-product-list-right{
	width: 654px;
	margin-right: -27px;
}
.mob-product-list-right>li{
	width: 300px;
	height: 220px;
	margin-right: 27px;
	margin-bottom: 30px;
	float: left;
}
.mob-product-list-right>li>a{
	display: block;
	position: relative;
}
.mob-product-list-right>li>a>img{
	width: 100%;
}
.mob-product-list-right>li>a>.bg{
	display: none;
	background: rgba(30,30,30,0.7);
	position: absolute;
	left: 0;right: 0;
	top: 0;bottom:0;
	height: 100%;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	color: #fff;
}
.mob-product-list-right>li>a:hover>.bg{
	display: flex;
}
/* ****** */
.inner-banner{
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}
.inner-banner>img{
	width: 100%;
}
.inner-bannerText{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	top: 50%;
	transform: translate(0,-50%);
}
.inner-bannerText>p{
	font-size: 40px;
	color: #fff;
}
.pro-column-box{
	max-width: 1920px;
	background: #333333;
}
.pro-column{
	position: relative;
}
#swiper3{
	width: 720px;
}
#swiper3 .swiper-slide>a{
	display: block;
	height: 90px;
	line-height: 90px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	transition: all .3s;
}
#swiper3 .swiper-slide>a:hover{
	background: #0090ff;
}
.pro-column .swiper-button-prev,
.pro-column .swiper-button-next{
	outline: none;
	opacity: 1;
	width: 20px;
	height: 30px;
	background-size: auto;
	margin-top: 0;
	transform: translate(0,-50%);
}
.pro-column .swiper-button-prev{
	left: 0;
	background-image: url(../img/proL-icon.png);
}
.pro-column .swiper-button-next{
	right: 0;
	background-image: url(../img/proR-icon.png);
}
.product-box{
	margin-top: 38px;
	margin-bottom: 64px;
}
.product-list{
	margin: 0 -20px;
}
.product-list>li{
	float: left;
	width: 33.333333%;
	padding: 0 20px;
	margin-bottom: 44px;
	box-sizing: border-box;
	position: relative;
}
.product-list>li>a{
	display: block;
	overflow: hidden;
	border: 1px solid #cccccc;
}
.product-list>li>a>img{
	transform: scale(1);
	transition: all .5s;
	width: 100%;
}
.product-list>li>a>img:hover{
	transform: scale(1.1);
}
.product-list>li>.jia{
	display: none;
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: #0090ff;
	background-image: url(../img/jia.png);
	background-position: center;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;right: 0;
	margin: 0 auto;
	transform: translate(0,50%);
}
.product-list>li>.title{
	font-size: 18px;
	color: #666666;
	position: absolute;
	text-align: center;
	left: 0;right: 0;
	bottom:59px;
	z-index: 10;
}
.product-list>li>.title>a{
	color: #fff;
}
.product-list>li>.title>a:hover{
	color:#0090ff;
}
.product-list>li:hover >.jia{
	display: block;
}
.listPages{
	display: flex;
	justify-content: center;
}
.listPages>a{
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 6px;
	background: #f0f0f0;
	color: #8b8b8b;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
}
.listPages>.active-pages{
	background: #484848;
	color: #fff;
}
.listPages>a:hover{
	background: #484848;
	color: #fff;
}
.pub-box{
	margin: 50px auto;
}
.pub-title{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}
.pub-content{
	margin-top: 20px;
}
.pub-content p{
	font-size: 16px;
	line-height: 26px;
}
.pub-content img{
	max-width: 100%;
}
.about-column-box{
	max-width: 1920px;
	background: #F4F4F4;
	margin: 0 auto;
}
.about-column{
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	text-align: center;
}
.about-column>a{
	color: #666666;
	margin: 0 35px;
}
.about-column>a:hover{
	color:#0090ff;
}
.about-column>.active-column{
	color:#0090ff;
}
.table-box{
	overflow: hidden;
	overflow-x:scroll;
}
.table-box::-webkit-scrollbar{
    width: 6px;
    height: 5px;
    border-radius: 5px;
}
.table-box::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}
.prev-next{
	margin-top: 20px;
	color: #666666;
	line-height: 24px;
}
.prev-next>div>a{
	color: #666666;
}
.prev-next>div>a:hover{
	text-decoration: underline;
}
.new-box{
	margin: 50px auto;
}
.new-list>li{
	padding-bottom: 15px;
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 30px;
}
.new-list>li>.title{
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
}
.new-list>li>.title>a{
	color: #333;
}
.new-list>li>.title>a:hover{
	color: #0090ff;
}

.new-list>li>.abstract{
	font-size: 14px;
	line-height: 24px;
}
.contact-box{
	margin: 50px auto;
}
.contact-list>li{
	font-size: 16px;
	line-height: 26px;
}
.map{
	width: 100%;
	height: 350px;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}
.map>img{
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
}
.equipmentColor>li>.title>a,
.booksColor>li>.title>a{
	color: #666666;
}
.thousand p>img{
	max-width: 100%;
}
@media (max-width:1600px) {
	.idx-product-list>li>.left{
		margin-left: 0;
	}
	.navs>li{
		padding: 0 20px;
	}
}
@media (max-width:1299px) {
	
}
@media (max-width:1199px) {
	#wrapper{
		display: none;
	}
	body, html{
		height: auto!important;
		overflow: auto!important;
	}
	.navs{
		display: none;
	}
	.header{
		height: 70px;
		background: #fff;
		padding: 0 15px;
		position: fixed;
		top: 0;
	}
	.header>.logo>img:nth-child(1){
		display: none;
	}
	.header>.logo>img:nth-child(2){
		display: inline;
		height: 50px;
	}
	.nav-btn{
		width: 40px;
		height: 40px;
		background-size: 20px 14px;
	}
	.btn-nav{
		position: fixed;
		top: 70px;
	}
	#swiper2{
		padding-top: 70px;
	}
	.idx-product-box{
		padding-bottom: 20px;
	}
	.introduce-list>li{
		width: 49%;
		height: auto;
	}
	.introduce-list>li>a{
		padding: 20px 15px;
		align-items: center;
	}
	.introduce-list>li>a>.left{
		margin-left: 0;
		margin-top: 0;
	}
	.introduce-list>li>a>.right{
		width: auto;
		margin-left: 15px;
		margin-top: 0;
	}
	.pages2,
	.pages3,
	.pages4,
	.footer{
		min-height: auto;
	}
	.idx-new-content{
		flex-direction: column;
		align-items: center;
	}
	.idx-new-content>.left{
		margin-bottom: 15px;
	}
	.footer-top>.center{
		width: 300px;
	}
	.inner-banner{
		margin-top: 70px;
	}
	.product-list>li>.title{
		bottom: 40px;
	}
}
@media (max-width:991px) {
	.introduce>.abstract{
		width: 100%;
	}
	.mob-product-list>li>.left{
		float: initial;
		width: 100%;
		text-align: center;
	}
	.idx-product-wrap{
		margin-top: 20px;
	}
	.mob-product-pages{
		position: initial;
		text-align: right;
	}
	.mob-product-pages>a{
		width: 35px;
		height: 35px;
	}
	.mob-product-list>li>.left>.title{
		font-size: 24px;
	}
	.mob-product-list>li>.left>.abstract{
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
	}
	.mob-product-list>li>.left>.img{
		margin-top: 10px;
	}
	.mob-product-list>li>.left>.img>img{
		width: 150px;
	}
	.mob-product-list>li>.right{
		float: initial;
		margin-top: 10px;
	}
	.mob-product-list-right{
		margin-right: 0;
		width: auto;
	}
	.mob-product-list-right>li{
		width: 25%;
		margin-right: 0;
		margin-bottom: 15px;
		height: auto;
		padding: 0 10px;
	}
	.mob-product-list{
		height: 350px;
	}
	.footer-box{
		height: auto!important;
	}
	.footer-top{
		flex-direction: column;
	}
	.footer-top{
		padding-top: 0;
	}
	.footer-top>.left>div>img{
		height: 60px;
	}
	.footer-top>.left>.icon-list{
		margin-top: 10px;
	}
	.footer-top>.center{
		border: none;
		height: auto;
		margin-top: 10px;
	}
	.footer-top>.center>ul{
		width: 100%;
	}
	.footer-top>.center>ul>li:nth-child(1){
		margin-bottom: 0;
	}
	.footer-top>.right{
		margin-top: 10px;
	}
	.footer-top>.right>dl{
		padding-top: 0;
		margin-bottom: 0;
	}
	.footer-top>.right>dl>dt{
		margin-bottom: 0;
	}
	.copyright{
		margin-top: 10px;
	}
	#swiper3{
		width: 540px;
	}
	.product-list>li>.title{
		bottom: 20px;
		font-size: 16px;
	}
	.product-list>li>.jia{
		width: 35px;
		height: 35px;
	}
}
@media (max-width:767px) {
	.introduce{
		padding-top: 30px;
	}
	.introduce>.title{
		font-size: 22px;
	}
	.introduce-img{
		box-shadow: none;
		text-align: center;
	}
	.introduce-img>img{
		display: none;
	}
	.introduce-img>a{
		position: initial;
	}
	.introduce-list>li{
		width: 100%;
	}
	.mob-product-list-right>li{
		width: 50%;
	}
	.id-product>.title{
		margin: 30px auto 0;
		font-size: 28px;
	}
	.idx-new-list{
		width: 100%;
	}
	.idx-new-list>li{
		width: 100%;
	}
	.idx-new>.title{
		margin-top: 30px;
		font-size: 28px;
	}
	.idx-new-content{
		margin-top: 20px;
	}
	.idx-new-list>li{
		padding-top: 10px;
		padding-bottom: 10px;
		height: auto;
	}
	.idx-new-content>.left>a>.text{
		font-size: 14px;
		height: 50px;
		/* line-height: 50px; */
		padding: 0 10px;
	}
	.idx-new-list>li>.title{
		flex-grow: 1;
		padding-right: 10px;
		margin-left: 10px;
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}
	.idx-new-list>li>.time{
		width: auto;
		padding: 0 5px;
	}
	.inner-bannerText>p{
		font-size: 20px;
	}
	#swiper3{
		width: 80%;
	}
	#swiper3 .swiper-slide>a{
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	.product-list{
		margin: 0;
	}
	.product-list>li{
		width: 50%;
		padding: 0 5px;
		margin-bottom: 20px;
	}
	.product-list>li>.title{
		font-size: 14px;
		padding: 0 10px;
	}
	.product-list>li>.jia{
		width: 25px;
		height: 25px;
	}
	.listPages>a{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		margin: 0 2px;
	}
	.product-box{
		margin: 30px 0;
	}
	.pub-box{
		margin: 30px 0;
	}
	.new-box{
		margin: 30px auto;
	}
	.contact-box{
		margin: 30px auto;
	}
	.mob-product-list>li>.left>p>img{
		width: 100%;
	}
	#swiper2 .swiper-slide>img{
		height: 160px;
	}
}






@media (min-width:1200px) {
	.mobile{
		display: none;
	}
}