@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: #3c3c3c;
}
ul,li{
	list-style: none;
}
nav{
	width: 1400px;
	/*position: absolute;
	top: 0;
	margin-left: -700px;
	left: 50%;
	z-index: 999;*/
	margin: 0 auto;
}
.nav-container{
	width: 100%;
	background: rgba(50,50,50,0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
.clear{
	clear: both;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.blank{
	width: 100%;
	height: 78px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.logo{
	float: left;
	margin-top: 8px;
}
.nav-ul{
	float: right;
}
.nav-ul li{
	display: inline;
	height: 120px;
	line-height: 120px;
	font-size: 22px;
	margin-left: 36px;
}
.nav-ul li a{
	color: #fff;
}
.nav-ul li a:hover{
	color: #003577;
}
.cur a{
	color: #003577 !important;
}
.banner-item{
	text-align: center;
}
.banner-item img{
	width: 1920px;
	margin: 0 auto;
}
@media screen and (max-width: 1680px) {
	.banner-item img{
		width: 1680px;
	}
}
@media screen and (max-width: 1600px) {
	.banner-item img{
		width: 1600px;
	}
}
@media screen and (max-width: 1600px) {
	.banner-item img{
		width: 1600px;
	}
}
@media screen and (max-width: 1440px) {
	.banner-item img{
		width: 1440px;
	}
}
@media screen and (max-width: 1366px) {
	.banner-item img{
		width: 1366px;
	}
}
@media screen and (max-width: 1360px) {
	.banner-item img{
		width: 1360px;
	}
}
@media screen and (max-width: 1280px) {
	.banner-item img{
		width: 1280px;
	}
}
@media screen and (max-width: 1176px) {
	.banner-item img{
		width: 1176px;
	}
}
@media screen and (max-width: 1152px) {
	.banner-item img{
		width: 1152px;
	}
}
@media screen and (max-width: 1024px) {
	.banner-item img{
		width: 1024px;
	}
}
.banner .swiper-pagination{
	width: 1300px;
	padding-left: 100px;
	margin-left: -700px;
	left: 50%;
	bottom: 30px;
	text-align: left;
}
.banner .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #fff;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	border-radius: 10px;
	background: #c9c9c9;
}
.focus{
	position: relative;
}
.focus:after{
	content: '';
	display: block;
	width: 109px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -18px;
	background: url("../img/t1.png") no-repeat;
}
.focus-news{
	width: 100%;
	height: 160px;
	background: #eee;
}
.focus-news-title{
	width: 1400px;
	margin: 0 auto;
}
.focus .swiper-wrapper{
	width: 860px;
	height: 160px;
}
.focus-news-item{
	width: 880px;
	height: 160px;
	line-height: 160px;
	margin: 0 auto;
}
.focus .swiper-button-next{
	background-image: url("../img/arrow-right.png");
}
.focus .swiper-button-prev{
	background-image: url("../img/arrow-left.png");
}
.focus .swiper-button-next,.focus .swiper-button-prev{
	border: 1px solid #b8b8b8;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background-size: 50px 50px !important;
}
.focus .swiper-button-next{
	right: 0;
	top: 70px;
}
.focus .swiper-button-prev{
	left: 1280px !important;
	top: 70px;
}
.focus-news-item{
	font-size: 26px;
	position: relative;
}
.focus-news-item span{
	color: #bcbcbc;
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 0;
}
.sort-ad{
	text-align: center;
	padding: 76px 0 70px 0;
}
.sort-ad li{
	display: inline-table;
	margin: 0 6px;
	font-size: 0;
	border-radius: 10px;
	overflow: hidden;
}
.sort-ad li:nth-child(1){
	width: 700px;
	height: 400px;
}
.sort-ad li:nth-child(1) img{
	width: 700px;
	height: 400px;
}
.sort-ad li:nth-child(2) img{
	width: 330px;
	height: 400px;
}
.sort-ad li:nth-child(3) img{
	width: 330px;
	height: 400px;
}
.sort-ad li:nth-child(2){
	width: 330px;
	height: 400px;
}
.sort-ad li:nth-child(3){
	width: 330px;
	height: 400px;
}
.sort-box{
	width: 1400px;
	margin: 0 auto;
}
.sort-box-item{
	display: inline-table;
	width: 310px;
	margin: 0 15px;
	position: relative;
}
.sort-box-item h4{
	color: #182947;
	font-size: 20px;
	position: relative;
}
.sort-box-item h4 i{
	display: block;
	width: 10px;
	height: 9px;
	background: url("../img/arrow-down.png") no-repeat;
	position: absolute;
	right: 0;
	top: 8px;
	cursor: pointer;
	z-index: 9;
}
.sort-box-item p{
	padding: 15px 0 30px 0;
}
.sort-box-item p a{
	margin: 0 22px 0 0;
	white-space:nowrap; 
}
.sort-box-item p a:hover{
	color: #003577;
}
.solute-pic{
	width: 1400px;
	margin: 0 auto;
	font-size: 0;
}
.solute-pic-right img{
	width: 680px;
	height: 564px;
}
.solute-pic-item:hover img,.solute-pic-right:hover img,.sort-ad li:hover img,.news-img:hover img{ 
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
}
.solute-pic-item img,.solute-pic-right img,.sort-ad li img,.news-img img{
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; 
}
.solute-pic-left{
	float: left;
	width: 710px;
}
.solute-pic-item{
	display: inline-table;
	font-size: 0;
	border-radius: 10px;
	overflow: hidden;
}
.solute-pic-item:nth-child(1),.solute-pic-item:nth-child(2){
	width: 353px;
	height: 287px;
	margin: 1px;
}
.solute-pic-item:nth-child(1) img,.solute-pic-item:nth-child(2) img{
	width: 353px;
	height: 287px;
}
.solute-pic-item:nth-child(3){
	width: 710px;
	height: 276px;
}
.solute-pic-item:nth-child(3) img{
	width: 710px;
	height: 276px;
}
.solute-pic-right{
	float: right;
	width: 680px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.solute-title{
	position: absolute;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	bottom: 0;
	left: 0;
	width: 100%;
	height: 142px;
	z-index: 999;
	text-align: center;
	color: #fff;
}
.solute-pic-right:hover .solute-title{
	background-image: linear-gradient(to bottom, rgba(24,41,71,0), rgba(24,41,71,1));
}
.solute-title h4{
	font-size: 24px;
	padding: 40px 0 15px 0;
	
}
.solute-title p{
	font-size: 18px;
	bottom: -120px;
	transition: bottom .2s linear 0s;
	position: relative;
}
.solute-pic-right:hover p{
	position: relative;
	bottom: 0;
}
.idx-case{
	background: #eee;
}
.idx-cate{
	width: 1400px;
	height: 96px;
	margin: 0 auto;
	position: relative;
}
.idx-cate-span{
	position: absolute;
	left: 0;
	top: 40px;
	font-size: 18px;
	color: #9e9e9e;
}
.idx-cate ul{
	margin: 0 0 0 100px;
	padding: 25px 0 0 0;
}
.idx-cate li{
	height: 48px;
	line-height: 48px;
	display: inline-table;
	font-size: 22px;
	color: #3c3c3c;
	margin: 0 25px;
	cursor: pointer;
}
.idx-cate li.hover{
	font-size: 28px;
	color: #182947;
	border-bottom: 2px solid #182947;
}
.case-item{
	width: 330px;
	height: 400px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.case-item img{
	width: 330px;
	height: 400px;
}
.case-item h5,.case-item h6{
	display: none;
}
.case-txt{
	display: block;
	width: 330px;
	height: 130px;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 150%;
	background: rgba(255, 255, 255, 0.6);
}
.case-container .swiper-slide:nth-child(odd) .case-txt{
	/*background: rgba(0, 183, 238, 0.85);
	color: #fff;*/
}
.case-container .swiper-slide:nth-child(even) .case-txt{
	/*background: rgba(255, 255, 255, 1);*/
}
.case-item:hover .case-txt{
	/*display: none;*/
}
.case-txt h4{
	height: 130px;
	text-align: center;
	font-size: 20px;
	padding: 20px 0 0 0;
	line-height: 180%;
}
.case-txt h5{
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	padding: 40px 0;
}
.case-txt h6 a{
	display: block;
	width: 100px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	background: #00b7ee;
	border-radius: 17px;
	font-weight: normal;
	color: #fff;
}
.case-container{
	width: 1400px;
	margin: 0 auto;
	padding: 0 0 90px 0;
}
.case-container .swiper-button-next{
	background-image: url("../img/arrow-right.png");
	right: 600px;
	top: 450px !important;
}
.case-container .swiper-button-prev{
	background-image: url("../img/arrow-left.png");
	left: 600px;
	top: 450px !important;
}
.case-container .swiper-button-next,.case-container .swiper-button-prev{
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background-size: 50px 50px !important;
	z-index: 999;
}
.case-container .swiper-pagination-fraction{
	bottom: 25px;
}
.news-tab{
	width: 1400px;
	height: 96px;
	margin: 0 auto;
	position: relative;
}
.news-tab ul{
	padding: 25px 0 0 0;
}
.news-tab li{
	height: 48px;
	line-height: 48px;
	display: inline-table;
	font-size: 22px;
	color: #3c3c3c;
	margin: 0 50px 0 0;
	cursor: pointer;
}
.news-tab li.hover{
	font-size: 28px;
	color: #182947;
	border-bottom: 2px solid #182947;
}
.news-container{
	width: 1400px;
	margin: 0 auto;
}
.news-box{
	width: 1130px;
	margin: 0 auto;
	padding: 30px 0 15px 0;
}
.news-box:hover h4 a{
	color: #182947;
}
.news-img{
	float: left;
	margin: 0 28px 0 0;
	width: 144px;
	height: 100px;
	overflow: hidden;
}
.news-img img{
	width: 144px;
	height: 100px;
}
.news-txt h4{
	font-size: 22px;
	padding: 0 0 10px 0;
	font-weight: normal;
}
.news-txt p{
	font-size: 16px;
	color: #3c3c3c;
	line-height: 200%;
}
.tabBar{ 
	width:1200px;
	position: relative;
	margin: 65px auto 0 auto;
	padding-bottom: 118px;
}
.tabBar .hd ul{
	z-index:5;
	position:relative;zoom:1;
	margin-bottom: 34px;
	margin-left: -100px;
}
.tabBar .hd li{
	cursor:pointer;
	display: inline-table;
	font-size: 22px;
	color: #182947;
	margin-right: 40px;
}
.tabBar .hd li.on{
	font-size: 28px;
	padding-bottom: 16px;
	border-bottom: 2px solid #1d2088;
}
.tabBar .bd{
	border:1px solid #C8D1D5;
	clear:both;
	position:relative;
	height:450px;
	overflow:hidden;
}
.tabBar .bd .conWrap{
	width:1200px;
}
.tabBar .prev,.tabBar .next{
	position:absolute; 
	top:89px; 
	width: 99px;
	height: 99px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #eee;
}
.tabBar .prev{
	background-image: url("../img/arrow-left.png");
	left:-99px;
}
.tabBar .next{
	background-image: url("../img/arrow-right.png");
	right:-99px;
}
.tabBar .prev:hover{
	background-color: #00b7ee !important;
	background-image: url("../img/arrow-left-white.png") !important;
}
.tabBar .next:hover{
	background-color: #00b7ee !important;
	background-image: url("../img/arrow-right-white.png") !important;
}
.footer-container{
	background: #eee;
}
.footer{
	width: 1400px;
	margin: 0 auto;
	padding: 65px 0 0 0;
}
.foot-nav-item{
	display: inline-table;
	margin-right: 60px;
}
.foot-nav{
	float: left;
	width: 1180px;
	padding-bottom: 25px;
}
.foot-contact{
	float: right;
	width: 220px;
}
.foot-nav-item h4{
	font-size: 22px;
	padding-bottom: 30px;
	font-weight: normal;
}
.foot-nav-item li{
	height: 40px; line-height: 40px;
	font-size: 16px;
}
.foot-contact h4{
	font-size: 22px;
	padding-bottom: 30px;
	font-weight: normal;
}
.foot-contact h3{
	font-size: 30px;
	font-weight: normal;
	color: #182947;
}
.foot-contact h5{
	font-size: 16px;
	font-weight: normal;
	color: #182947;
}
.foot-contact h6{
	font-size: 16px;
	font-weight: normal;
	color: #182947;
	padding-bottom: 30px;
}
.ewm{
	padding: 0 0 20px 0;
}
.ewm span{
	display: inline-table;
	width: 82px;
	margin: 0 20px 0 0;
}
.ewm span img{
	width: 82px;
}
.ewm span i{
	font-style: normal;
	font-size: 16px;
	color: #3c3c3c;
}
.foot{
	border-top: 1px solid #d0d0d0;
}
.foot li{
	display: inline-table;
	height: 65px;
	line-height: 65px;
	margin: 0 15px 0 0;
}
.foot-logo{
	float: left;
}
.foot-logo-img{
	display: table-cell;
	height: 96px;
	vertical-align: middle;
}
.foot-logo img{
	vertical-align: middle;
	margin-right: 20px;
}
.foot-txt{
	float: left;
	height: 96px;
	line-height: 96px;
	position: relative;
}
.foot-txt:after{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 56px;
	left: 10px;
	top: 20px;
	background: #ccc;
}
.foot-txt a{
	margin: 0 40px;
}
.zixun{
	display: block;
	width: 102px;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
	background: #182947;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.slogo{
	float: left;
}
.nav{
	float: right;
}
.nav li{
	display: inline-table;
}
.header{
	width: 1400px;
	margin: 0 auto;
}
.header li{
	margin: 0 18px;
	height: 95px;
	line-height: 95px;
	font-size: 22px;
}
.s-banner{
	width: 100%;
	height: 199px;
	background-repeat: no-repeat;
	background-position: center center;
}
.s-banner-title{
	height: 199px;
	line-height: 199px;
	width: 1400px;
	margin: 0 auto;
	font-weight: bold;
	color: #fff;
	font-size: 24px;
}
.position{
	background: #182947;
	height: 45px;
	line-height: 45px;
	color: #fff;
}
.position-box{
	width: 1400px;
	margin: 0 auto;
}
.position a{
	color: #fff;
}
.position-box span{
	font-size: 22px;
	margin-left: 325px;
}
.position-box span i{
	text-decoration: underline;
	font-style: normal;
}
.class-box{
	width: 1400px;
	margin: 0 auto;
	border-bottom: 1px solid #182947;
	position: relative;
	padding: 25px 0 0 0;
}
.class-box li{
	height: 65px;
	line-height: 65px;
	display: inline-table;
	border-bottom: 4px solid #fff;
	font-size: 22px;
	margin-right: 45px;
}
.class-active{
	border-bottom: 4px solid #182947 !important;
}
.custom-total{
	position: absolute;
	right: 0;
	top: 40px;
	color: #0062a6;
	font-size: 24px;
}
.container{
	width: 1400px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.img-item1{
	width: 662px;
	height: 400px;
	display: inline-table;
	background: #eee;
	border-radius: 10px;
	margin: 65px 0 0 0;
	overflow: hidden;
}
.img-item1:hover{ 
	background: #00b7ee;
	color: #fff;
}
.img-item1:hover h6 a{
	background: #7ecef4;
}
.img-item1:nth-child(odd){
	float: left;
}
.img-item1:nth-child(even){
	float: right;
}
.img-item1-img{
	float: left;
	border-radius: 10px;
	margin: 0 30px 0 0;
	width: 330px;
	height: 400px;
	overflow: hidden;
}
.img-item1-img img{
	width: 330px;
	height: 400px;
}
.img-item1-txt{
	margin: 0 20px 0 0;
	float: left;
	width: 280px;
}
.img-item1-txt h4{
	height: 120px;
	line-height: 180%;
	font-size: 20px;
	padding: 35px 0 0 0;
}
.img-item1-txt p{
	height: 120px;
	line-height: 180%;
	font-size: 16px;
}
.img-item1-txt h5{
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 40px;
}
.img-item1-txt h6 a{
	display: block;
	width: 100px;
	height: 34px;
	line-height: 34px;
	border-radius: 17px;
	background: #00b7ee;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}
.news-title{
	font-size: 24px;
	color: #3c3c3c;
	line-height: 150%;
	padding: 0 0 40px 0;
	font-weight: normal;
	text-align: center;
}
.news-date{
	color: #a6a6a6;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 20px 0;
	position: relative;
}
.news-date span{
	position: absolute;
	right: 0;
	top: 0;
}
.prev-next{
	padding: 65px 0 30px 0;
	border-top: 1px solid #eee;
}
.news-prev,.news-next{
	position: relative;
	height: 125px;
	width: 50%;
}
.news-prev span,.news-next span{
	display: block;
	width: 125px;
	height: 125px;
	padding: 10px 0 0 0;
	/*line-height: 125px;*/
	text-align: center;
	/*background: #eee;*/
	position: absolute;
	left: 0;
	top: 0;
}
.prev-next-title{
	margin: 0 24px 30px 154px;
	font-size: 20px;
	line-height: 180%;
}
.prev-next-title a{
	color: #3c3c3c;
}
.prev-next-title a:hover{
	text-decoration: underline;
}
.prev-next h4{
	margin: 0 24px 0 154px;
	font-size: 16px;
	color: #a6a6a6;
	position: relative;
	font-weight: normal;
}
.prev-next h4 i{
	display: block;
	width: 90px;
	height: 18px;
	overflow: hidden;
	font-style: normal;
	position: absolute;
	right: 0;
	top: 0;
}
.pagination{
	display: block;
	text-align: center;
	font-size: 0;
	padding: 50px 0;
}
.pagination li{
	display: inline-table;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	font-size: 16px;
	margin: 0 5px;
}
.disabled{
	background: #eee;
}
.active{
	background: #00a0e9;
	color: #fff;
}
.footer-banner{
	width: 1400px;
	margin: 0 auto;
	padding: 80px 0 10px 0;
}
.footer-box{
	width: 1400px;
	margin: 0 auto;
	border-top: 1px solid #d0d0d0;
}
.footer-box-left{
	float: left;
}
.footer-box-left li{
	height: 128px;
	line-height: 128px;
	display: inline-table;
	margin: 0 17px;
	font-size: 22px;
}
.foot-ewm{
	float: right;
}
.foot-ewm span{
	display: table-cell;
	height: 128px;
	vertical-align: middle;
}
.foot-ewm span img{
	vertical-align: middle;
	margin-left: 20px;
}
.foot-txt2{
	width: 910px;
	float: right;
	font-size: 20px;
	position: relative;
}
.foot-txt2:after{
	content: '';
	display: block;
	width: 1px;
	height: 128px;
	background: #d0d0d0;
	position: absolute;
	left: -28px;
	top: 0;
}
.footer-sbox{
	padding: 40px 0;
	border-top: 1px solid #d0d0d0;
}
.foot-txt-t1{
	padding: 8px 0;
}
.foot-txt-t1 i{
	margin: 0 38px;
}
.foot-case-bar{
	font-size: 22px;
	font-weight: normal;
	color: #182947;
	width: 1400px;
	margin: 0 auto;
	height: 80px;
	line-height: 80px;
}
.footer-container .case-container{
	padding-bottom: 90px;
}
.product-item{
	width: 688px;
	display: inline-table;
	margin: 65px 0 0 0;
	overflow: hidden;
	color: #002c79;
}
.product-item h4{
	font-size: 22px;
	font-weight: normal;
	padding: 30px 0 15px 0;
	color: #002c79;
}
.product-item h4 a{
	color: #002c79;
}
.product-item p{
	font-size: 20px;
	line-height: 180%;
}
.product-item h5{
	font-size: 22px;
	font-weight: normal;
	padding: 20px 0;
	position: relative;
}
.product-item h5 a{
	color: #002c79;
}
.product-item h5:after{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("../img/jia.png");
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 190px;
	top: 20px;
}
.product-item img{
	width: 688px;
	height: 564px;
}
.product-item span{
	display: block;
	width: 688px;
	height: 564px;
	border-radius: 10px;
	overflow: hidden;
}
.product-item:hover span{ 
	box-shadow: 0 0 10px rgba(44, 44, 44, 0.4);
}
.product-item:nth-child(odd){
	float: left;
}
.product-item:nth-child(even){
	float: right;
}
.mg1{
	margin-bottom: 45px;
}
.solute-sort{
	width: 1400px;
	margin: 0 auto;
	padding: 75px 0 0 0;
	position: relative;
}
.line1,.line2,.line3{
	width: 1px;
	height: 110px;
	background: #dcdcdc;
	position: absolute;
	top: 78px;
}
.line1{
	left: 315px;
	
}
.line2{
	left: 650px;
	
}
.line3{
	left: 1000px;
}
.solute-sort li{
	display: inline-table;
	width: 24%;
	margin: 0 0 65px 0;
}
.solute-sort li a{
	font-size: 20px;
	color: #182947;
	font-weight: bold;
}
.solute-class-title{
	width: 1390px;
	margin: 0 auto;
	font-size: 22px;
	position: relative;
	height: 24px;
	line-height: 24px;
	padding: 0 0 28px 10px;
}
.solute-class-title:after{
	display: block;
	width: 2px;
	height: 24px;
	background: #3e3e3e;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
}
.solute-class-title:before{
	width: 1150px;
	display: block;
	height: 1px;
	background: #e5e5e5;
	content: '';
	position: absolute;
	right: 0;
	top: 12px;
}
.product-container{
	width: 1200px;
	margin: 0 auto;
	padding: 65px 0 0 0;
}
.product-pic{
	float: left;
	width: 450px;
}
.product-info{
	float: right;
	width: 688px;
	font-size: 20px;
}
.product-info i{
	font-style: normal;
	color: #898989;
}
.product-info h1,.product-info h2,.product-info h3,.product-info h4,.product-info h5{
	font-weight: normal;
}
.product-info h1{
	font-size: 26px;
	color: #002c79;
}
.product-info h2{
	color: #002c79;
	height: 66px;
	line-height: 66px;
	border-bottom: 2px solid #182947;
}
.product-info h3{
	height: 68px;
	line-height: 68px;
	border-bottom: 1px solid #182947;
}
.product-info h4{
	height: 68px;
	line-height: 68px;
	border-bottom: 1px solid #182947;
}
.product-info h5{
	font-size: 20px;
	padding-bottom: 10px;
}
.product-info p{
	line-height: 200%;
	padding: 15px 0;
}
.product-logo span{
	display: inline-table;
}
.product-logo span img{
	border: 1px solid #c9c9c9;
	width: 148px;
	height: 63px;
}
.product-page{
	background-image: linear-gradient(#ffffff, #ebebeb);
}
.product-tab{
	border-bottom: 1px solid #a0a0a0;
	text-align: center;
}
.product-tab li{
	display: inline-table;
	height: 78px;
	line-height: 78px;
	margin: 0 40px;
	font-size: 20px;
	cursor: pointer;
}
.content{
	line-height: 180%;
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}
.content p{
	padding: 5px 0;
}
.page-content{
	line-height: 180%;
	width: 1400px;
	margin: 0 auto;
	padding: 20px 0;
}
.page-content p{
	padding: 5px 0;
}
.selection{
	text-align: center;
}
.selection-bar{
	width: 1200px;
	height: 95px;
	line-height: 95px;
	margin: 0 auto;
	font-weight: normal;
	font-size: 26px;
}
.selection-item{
	width: 380px;
	display: inline-table;
	margin: 0 12px;
}
.selection-item span{
	display: block;
	width: 380px;
	height: 310px;
	border-radius: 10px;
	overflow: hidden;
}
.selection-item span img{
	width: 380px;
	height: 310px;
}
.selection-item h4{
	height: 68px;
	line-height: 68px;
	font-weight: normal;
	color: #3c3c3c;
	font-size: 20px;
}
.selection h5{
	display: block;
	padding: 25px 0 50px 0;
}
.selection h5 a{
	display: block;
	width: 148px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	background: #182947;
	color: #fff;
	margin: 0 auto;
	border-radius: 20px;
	font-weight: normal;
	font-size: 20px;
}
.news-main{
	width: 910px;
	float: left;
	padding: 20px 0 0 0;
}
.news-side{
	float: right;
	width: 438px;
}
.news-item{
	padding: 20px;
}
.news-item:hover{
	box-shadow: 0 0 10px rgba(44, 44, 44, 0.4);
	background: #fff;
}
.news-pic{
	float: left;
	width: 144px;
}
.news-txts{
	float: right;
	width: 688px;
}
.news-pic img{
	width: 144px;
	height: 101px;
}
.news-txts h4{
	font-weight: normal;
	font-size: 22px;
}
.news-item:hover .news-txt h4 a{
	color: #002c7a;
}
.news-txts h5{
	font-weight: normal;
	font-size: 16px;
	color: #a6a6a6;
}
.news-side h4{
	font-size: 20px;
	color: #00a0e9;
	padding: 35px 0 15px 0;
}
.side-ad{
	margin-bottom: 25px;
}
.side-ad img{
	border-radius: 10px;
	width: 438px;
}
.foot-news{
	width: 1400px;
	margin: 0 auto;
}
.foot-news h2{
	font-size: 22px;
	color: #182947;
	padding: 30px 0 10px 0;
	font-weight: normal;
}
.foot-news-item{
	padding: 20px 0;
	width: 696px;
	display: inline-table;
}
.foot-news-pic{
	float: left;
	width: 144px;
	margin-right: 20px;
}
.foot-news-txt{
	float: left;
	width: 506px;
}
.foot-news-pic img{
	width: 144px;
	height: 101px;
}
.foot-news-txt h4{
	font-weight: normal;
	font-size: 22px;
	line-height: 180%;
}
.foot-news-txt h5{
	font-weight: normal;
	font-size: 16px;
	color: #a6a6a6;
}
.main{
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
.fix{
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	width: 100%;
	z-index: 99999;
	box-shadow: 0 0 10px rgba(44, 44, 44, 0.4);
}
.sort-slide{
	width: 300px;
	border: 1px solid #eee;
	box-shadow: 0 0 10px rgba(44, 44, 44, 0.1);
	position: absolute;
	border-radius: 5px;
	left: -15px;
	top: -15px;
	padding: 15px;
	display: none;
	z-index: 999999;
	background: #fff;
}
.sort-slide h5{
	color: #182947;
    font-size: 20px;
}
.sort-slide ul{
	padding: 10px 0 0 0;
}
.sort-slide li{
	display: inline-table;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
}