.container{
	padding: 0px;
}
/*****   广告 *****/
.rightAdv2{
	width: 120px;
	position: fixed;
	left: 20px;
	top: 260px;
	transition: left 1s;
}
.rightAdv2 div.title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #4B8BF5;
	color: #fff;
	letter-spacing: 4px;
	font-size: 16px;
}
.rightAdv2 ul.list{
	list-style: none;
	padding-left: 0;
	background-color: #fff;
}
.rightAdv2 ul.list>li{
	width: 100%;
	/*height: 40px;*/
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
/**/
.adv2{
	position: fixed;
	top: 260px;right: 20px;
	background-color: #fff;
	border: 1px solid #666;
	
}
.adv2 ul{
	margin-bottom: 0;
	list-style: none;
	padding-left: 0;
}
.adv2 li{
	padding: 6px 10px;
	text-align: center;
	border-bottom: 1px solid #666;
}
.adv2 li:last-child{
	border-bottom: 0;
}
.adv2 li>a{
	color: #999;
}
/****顶部*******/
.top{
	/*height: 120px;*/
}
/**/
.top .logo{
	height: 100%;
	/*padding: 18px 0;*/
	box-sizing: border-box;
}
.top .logo img{
	max-height: 120px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}
.top .logo div{
	display: inline-block;
	font-size: 20px;
	padding-left: 30px;
}

/**/
.top .topContact{
	height: 100%;
	padding: 20px 0;
	font-size: 16px;
}

.top .topContact>div:first-child{
	vertical-align: top;
	margin-right: 20px;
}
.top .topContact i{
	font-size: 42px;
	margin-right: 10px;
	vertical-align: top;
	border: 4px solid #0093DD;
	border-radius: 50%;
	padding: 9px;
	color: #0093DD;
}
.top .topContact>div{
	display: inline-block;
	height: 80px;
}
.topContact p{
	margin: 0;
}
.topContact p:first-child{
	text-align: left;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
}
.topContact p:last-child{
	font-weight: bold;
	color: #0093DD;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
}

/****** 导航栏 ******/
/**/
.navWapper{
	/*padding: 10px 0;*/
	width: 100%;
	background-color:#2782F0;
	margin-bottom: 0;
}
.navContainer li{
	padding: 0 4px;
}
.navContainer a{
	color: #fff !important;
	font-size: 18px;
}
/**/
.nav{
	display: inline-block;
	float: none;
}


/**/
.navUl{
	list-style-type: none;
	display: flex;
	padding: 0;
	margin: 0;
}
.navUl>li{
	display: inline-block;
	flex: 1;
	height: 65px;
}
.navUl>li>a{
	display: inline-block;
	width: 100%;
	height: 65px;
	line-height: 65px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.navUl>li>a.active{
	background-color: #54CFFF;
}
/******  插图  ******/
.pt img{
	width: 100%;
}
/*****   product   *****/
.productWapper{
	margin-top:40px; 
}
.proNav{
	background-color: #2782F0;
	height: 620px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	padding-bottom: 15px;
}
.proNav>div.titleZh{
	width: 90%;
    margin: auto;
	height: 80px;
	line-height: 80px;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	border-bottom: 1px dashed #54CFFF;
}
.proNav>div.titleZh>i{
	font-size: 20px;
	border: 2px solid #54CFFF;
	border-radius: 50%;
	padding: 6px;
	color: #54CFFF;
	margin-right: 10px;
	opacity: .8;
}
.proNav>div.titleEn{
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #54CFFF;
}
.proNav2{
	margin-top: 30px;
}
.proNav2>div.titleZh{	
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background-color: #2782F0;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	margin-bottom: 10px;
}
.proNav2>div.titleZh>i{
	margin-right: 20px;
	font-size: 16px;
	margin-left: -20px;
}

/**/
.proNavCont{
	height: 424px;
	padding: 10px;
	background-color: #fff;
	margin: 0 10px;
	margin-top: 14px;
}
.proNavCont>ul{
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}
.proNavCont>ul>li{
	height: 41px;
	box-sizing: border-box;
	padding: 10px 0;
	background-color: #ccc;
	margin-bottom: 3.5px;
	background-color: #2782F0;
	color: #fff;
	padding-left: 20px;
}
.proNavCont>ul>li:last-child{
	margin-bottom: 0;
}
.proNavCont>ul>li>i{
	margin-right: 10px;
}
.proNavCont>ul>li>a{
	color: #fff;
	font-size: 15px;
	letter-spacing: 4px;
}
.productShowWapper{
	padding-left: 20px;
	box-sizing: border-box;
	min-height: 500px;
}
.productShowWapper div.title{
	padding-left: 10px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 16px;
}
.productShowWapper div.title>i{
	font-size: 26px;
	color: #4A8AF4;
	vertical-align: middle;
	margin-right: 20px;
}
.productShowWapper div.title>span{
	font-size: 18px;
	font-weight: bold;
}
.productShowWapper div.item{
	margin-bottom: 14px;
}
.productShowWapper div.item img{
	width: 90%;
	border: 1px solid #ccc;
	padding: 4px;
	display: block;
	margin: auto;
}
.productShowWapper div.item div{
	text-align: center;
	font-size: 15px;
	padding: 4px 0;
}
/**/
.productShowWapper div.page{
	text-align: center;
}
.productShowWapper div.page>span{
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	min-width: 40px;
	height: 40px;
	padding: 8px;
	background-color: #fff;
	margin-right: 10px;
}
.productShowWapper div.page>span.active{
	background-color: #4A8AF4;
	color: #fff;
}
/********    footer    *********/
.footer{
	margin-top: 80px;
	background-color: #f5f5f5;
}

.footer2{
	padding: 16px 0;
	text-align: center;
}
.footer2>div>div{
	display: inline-block;
	font-size: 15px;
}
.footer2>div>div:first-child{
	margin-right: 20px;
}

/*****************************/
.pagination{
	margin: auto;
}
.pagination ul{
	list-style: none;
}
.pagination ul>li{
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	min-width: 40px;
	height: 40px;
	padding: 8px;
	background-color: #fff;
	margin-right: 10px;
	    text-align: center;
}
.pagination ul>li.active{
	background-color: #4A8AF4;
	color: #fff;
}
