.header{
	height: 68px;
	width: 100%;
	background: url(../images/header_bg.png) repeat;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
}
.header-box{
	height: 68px;
	max-width: 1580px;
	padding:0 10px;
	margin: 0 auto;
}
.header-logo{
	width: 200px;
	height: 68px;
	overflow: hidden;
	float: left;
	
}
.logo-img{
	max-height: 100%;
	max-width: 100%;
	display: inline-block;
	margin-top: 10px;
}
.header-ibox{
	width: 245px;
	height: 68px;
	overflow: hidden;
	float: right;
	text-align: right;
}
.header-ibox .item{
	display: inline-block;
	height: 68px;
	overflow: hidden;
	line-height: 68px;
	margin-left: 20px;
}
.header-ibox .item:first-child{
	margin-left: 0px;
}
.header-ibox .item a{
	font-size: 12px;
	color: #fff;
	display: inline-block;
}
.header-search-icon{
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(../images/icon/icon1.png) no-repeat center;
	vertical-align: middle;
	margin-right: 5px;
}
.header-download-icon{
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(../images/icon/icon2.png) no-repeat center;
	vertical-align: middle;
	margin-right: 5px;
}
.header-checkin-icon{
display: inline-block;
	width: 23px;
	height: 23px;
	background: url(../images/icon/icon3.png) no-repeat center;
	vertical-align: middle;
	margin-right: 5px;
}
.header-navs{
	height: 68px;
	text-align: right;
}
.header-li-first{
	display: inline-block;
	height: 68px;
	margin-right: 70px;
	position: relative;
}
.header-a-first{
	color: #fff;
	font-size: 16px;
	display: block;
	font-weight: 600;
	height: 68px;
	line-height: 68px;
}
.header-nav-icon{
	height: 68px;
	width: 6px;
	display: inline-block;
	background: url(../images/icon/icon4.png) no-repeat center;
	vertical-align: middle;
	margin-left: 8px;
}
.header-ul-second{
	width: 148px;
	background: url(../images/header_bg.png) repeat;
	position: absolute;
	top: 68px;
	left: -32px;
	display: none;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.header-li-second{
	padding: 10px 10px;
	line-height: 22px;
	text-align: center;
	border-top: 1px dotted #fff;
}
.header-li-second:first-child{
	border-top: 0;
}
.header-a-second{
	color: #fff;
	font-size: 14px;
	display: block;
}

/* flexslider */
.banner{width:100%;height:800px;margin:0 auto;position:relative;z-index:1;}
.banner .flexslider{position:relative;height:800px;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.banner .slides{position:relative;z-index:1;}
.banner .slides li{height:800px;}
.banner .flex-control-nav{position:absolute;bottom:25px;z-index:2;width:100%;text-align:center;}
.banner .flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 4px;*display:inline;zoom:1;}
.banner .flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:60px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.banner .flex-control-nav .flex-active{background-position:0 0;}
.banner .flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.banner .flex-direction-nav li a{display:block;width:14px;height:14px;overflow:hidden;cursor:pointer;position:absolute;}


.index-product-box{
	height: 882px;
	background:#EEEEEE;
	overflow: hidden;
}
.index-product-box-warp{
	max-width: 1600px;
	margin:0 auto;
	overflow: hidden;
}
.block-title-box{
	overflow: hidden;
	margin-top: 65px;
}
.block-title{
	overflow: hidden;
	text-align: center;
}
.block-title h3{
	font-size: 28px;
	font-weight: bold;
	color: #000;
}
.block-title h3 span{
	font-size: 28px;
	font-weight: initial;
	color: #000
}
.block-title-linebox{
	overflow: hidden;
	text-align: center;
	margin-top: 5px;
}
.block-title-line{
	width: 36px;
	height: 5px;
	background: #0668B1;
	display: inline-block;
}
.index-product-lists-box{
	overflow: hidden;
	position: relative;
	margin-top: 55px;
}
.index-product-lists{
	overflow: hidden;
	height: 474px;

	margin: 0 auto;
}

.index-product-lists .swiper-container {
  width: 90%;
  height: 100%;
}

.index-product-lists .swiper-slide{
	background: #fff;
	width: 32%;
	overflow: hidden;
}

 .index-product-lists-box .swiper-button-next {
    position: absolute;
    top: 38%;
    width: 34px;
    height: 60px;
	background: url(../images/icon/product-right-icon.png) no-repeat center;
}

 .index-product-lists-box .swiper-button-prev {
    position: absolute;
    top: 38%;
    width: 34px;
    height: 60px;
	background: url(../images/icon/product-left-icon.png) no-repeat center;
}

 .index-product-lists-box .swiper-button-prev:after, .index-product-lists-box .swiper-container-rtl .swiper-button-next:after {
    content: ''; 
}
 .index-product-lists-box .swiper-button-next:after,  .index-product-lists-box .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}



.index-product-imgbox{
	height: 200px;
	overflow: hidden;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 18px;
	margin-left: 28px;
	margin-right: 28px;
}
.index-product-img{
	max-height: 100%;
	max-width: 100%;
}
.index-product-name{
	overflow: hidden;
	margin-left: 28px;
	margin-right: 28px;
	margin-top: 10px;
}
.index-product-name h5{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	white-space: nowrap;      
    overflow: hidden;         
    text-overflow: ellipsis; 
	display: inline-block;
}
.index-product-catelist{
	overflow: hidden;
	margin-left: 28px;
	margin-right: 28px;
	margin-top: 20px;
	height: 130px;
}
.index-product-catelist p a{
	color: #545454;
	font-size: 14px;
	white-space: nowrap;      
    overflow: hidden;         
    text-overflow: ellipsis; 
	display: inline-block;
	line-height: 20px;
}
.index-product-catelist p{
	display: block;
	width: 100%;
	margin-bottom: 8px;
}
.index-product-more{
	overflow: hidden;
	margin-top: 8px;
}
.index-product-more a{
	color: #545454;
	font-size: 12px;
	margin-left: 28px;
	margin-right: 28px;
}
.index-product-box-morebox{
	overflow: hidden;
	text-align: center;
	margin-top: 68px;
}
.index-product-box-more{
	display: inline-block;
	width: 150px;
	height: 45px;
	line-height: 45px;
	background: #0769B2;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-radius: 3px;
}


.index-case{
	height: 905px;
	overflow: hidden;
}
.index-case-box{
	width: 1600px;
	margin:0 auto;
	position: relative;
}
.index-case .block-title-box{
	margin-top: 85px;
}

.index-case-list{
	overflow: hidden;
	margin-top: 65px;
	height: 608px;
	position: relative;
}

.index-case-swiper-slide{
	width: 900px;
	height: 550px;
	overflow: hidden;
	transition: 300ms;
	transform: scale(0.8);
	position: relative;
}

.index-case-list .swiper-slide-active, .index-case-list .swiper-slide-duplicate-active{
     transform: scale(1);
	 z-index: 9;
}
.index-case-a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 8px;
}
.index-case-imgbox{
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 8px;
	border-radius: 8px;
}
.index-case-img{
	max-width: 100%;
	max-height: 100%;
}
.index-case-infos{
	overflow: hidden;
	height: 147px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/case-desc-bg.png) repeat;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.index-case-title{
	overflow: hidden;
	margin: 0 35px;
	margin-top: 22px;
	margin-bottom: 10px;
}
.index-case-title h5{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.index-case-desc{
	overflow: hidden;
	margin: 0 35px;
}
.index-case-desc p{
	font-size: 14px;
	color: #CCCCCC;
	line-height: 25px;
}

.index-case .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 49px;
    height: 49px;
	background: url(../images/icon/case-right-icon.png) no-repeat center;
}

.index-case .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 49px;
    height: 49px;
	background: url(../images/icon/case-left-icon.png) no-repeat center;
}

.index-case .swiper-button-prev:after, .index-case .swiper-container-rtl .swiper-button-next:after {
    content: ''; 
}
.index-case .swiper-button-next:after,  .index-case .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}


.index-case-list >.swiper-pagination-bullets, .index-case-list .swiper-pagination-custom, .index-case-list .swiper-pagination-fraction,.index-case-swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.index-case-list >.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.index-case-list .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
	background: #bbb;
	opacity: 1;
}
.index-case-list .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0769B2;
}

.index-newsbox{
	overflow: hidden;
	height: 722px;
	background: #EEEEEE;
}

.index-newbox-warp{
	overflow: hidden;
	max-width: 1580px;
	padding:0 10px;
	margin: 0 auto;
	margin-top: 50px;
}
.index-newsbox-left{
	height: 550px;
	width: 28%;
	overflow: hidden;
	float: left;
	position: relative;
}
.index-newsbox-left-title{
	overflow: hidden;
}
.index-newsbox-left-title h5{
	font-size: 28px;
	color: #000;
	font-weight: bold;
}
.index-newsbox-left-title .line-p{
	width: 35px;
	height: 5px;
	background: #0668B1;
	margin-top: 12px;
}
.index-newsbox-left-desc{
	overflow: hidden;
	margin-top: 15px;
}
.index-newsbox-left-desc p{
	color: #666;
	font-size: 14px;
	line-height: 28px;
}
.index-newsbox-left-linkbox{
	overflow: hidden;
	margin-top: 10px;
}
.index-newsbox-left-link{
	font-size: 14px;
	color: #000;
	text-decoration:underline;
}

.index-newsbox-right{
	overflow: hidden;
	width: 70%;
	float: right;
	height: 550px;
}
.index-newsbox-swiper-container{
	width: 100%;
    height: 100%;
}
.index-newsbox-swiper-slide{
	width: 320px;
	height: 550px;
	overflow: hidden;
	background: #fff;
}
.index-news-item-imgbox{
	overflow: hidden;
	height: 200px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 22px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.index-news-item-img{
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;
}
.index-news-item-title{
	overflow: hidden;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
}
.index-news-item-title h5{
	font-size: 16px;
	color: #000;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	line-height: 22px;
}
.index-news-item-time{
	overflow: hidden;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
}
.index-news-item-time p{
	color: #666;
	font-size: 12px;
}
.index-news-item-desc{
	overflow: hidden;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	height: 82px;
}
.index-news-item-desc p{
	color: #666;
	font-size: 12px;
	display:-webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
	line-height: 22px;
}

.index-news-item-linkbox{
	overflow: hidden;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	text-align: center;
	margin-top: 45px;
}
.index-news-item-link{
	display: inline-block;
	width: 148px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.index-newsbox-swiper-button-next{
	top: unset;
	bottom: 0px;
	right: 0px;

}


.index-newsbox-left .swiper-button-prev:after, .index-newsbox-left .swiper-container-rtl .swiper-button-next:after {
    content: ''; 
}
.index-newsbox-left .swiper-button-next:after,  .index-newsbox-left .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.index-newsbox-swiper-button-prev{
	top: unset;
	left: unset;
	bottom: 0px;
	right: 73px;
}
.index-newsbox-left .swiper-button-next {
    background: url(../images/icon/news-right-icon.png) no-repeat center;
	width: 62px;
	height: 62px;
	opacity: 1;
}

.index-newsbox-left .swiper-button-prev {
    background: url(../images/icon/news-left-icon.png) no-repeat center;
	width: 62px;
	height: 62px;
	opacity: 1;
}


.index-product-register{
	overflow: hidden;
	height: 120px;
	background: #0769B2;
}
.index-product-register-box{
	overflow: hidden;
	width: 1600px;
	margin: 0 auto;
}
.index-product-register-item{
	overflow: hidden;
	margin-top: 35px;
	width: 60%;
	float: left;
}
.index-product-register-item h5{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.index-product-register-item p{
	color: #fff;
	font-size: 12px;
	margin-top: 5px;
}
.index-product-register-item2{
	overflow: hidden;
	width: 200px;
	height: 120px;
	float: right;
}
.index-product-register-link{
	margin-top: 40px;
	display: inline-block;
	width: 198px;
	height: 43px;
	line-height: 43px;
	border: 1px solid #70BFFA;
	text-align:center;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	position: relative;
}
.index-product-register-link-span{
	display: inline-block;
	position: absolute;
	left: 15px;
}
.footer{
	overflow: hidden;
	height: 533px;
	background: #181818;
}
.footer-box{
	max-width: 1600px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 75px;
}
.footer-catelist{
	overflow: hidden;
	width: 20%;
	float: left;
	height: 345px;
	border-right: 1px solid #333333;
	margin-left:20px;
}
.footer-catelist-title{
	overflow: hidden;
}
.footer-catelist-title h5{
	color: #CCCCCC;
	font-size: 18px;
	font-weight: bold;
}
.footer-catelist-lists{
	overflow: hidden;
	margin-top: 28px;
}
.link-item{
	overflow: hidden;
	display: block;
	width: 100%;
	font-size: 14px;
	color: #fff;
	margin-bottom: 8px;
}
.footer-contact{
	overflow: hidden;
	width: 40%;
	height: 345px;
	border-right: 1px solid #333333;
	float: left;
}
.footer-contact-title{
	overflow: hidden;
	margin-left: 100px;
}
.footer-contact-title h5{
	color: #CCCCCC;
	font-size: 18px;
	font-weight: bold;
}
.footer-contact-desc{
	overflow: hidden;
	margin-left: 100px;
	margin-top: 20px;
}
.footer-contact-desc .p1{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
.footer-contact-desc .p2{
	font-size: 12px;
	color: #fff;
	margin-top: 10px;
}
.footer-contact-link{
	overflow: hidden;
	margin-left: 100px;
	margin-top: 43px;
}
.footer-contact-link-a{
	display: inline-block;
	width: 318px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border: 1px solid #555555;
}
.footer-other{
	
	float: right;
	height: 345px;
	overflow: hidden;
	margin-right: 65px;
}
.footer-wxbox{
	overflow: hidden;
}

.footer-wxbox .imgbox{
	width: 105px;
	height: 105px;
	overflow: hidden;
	display: inline-block;
}
.footer-wxbox .title{
	color: #fff;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	line-height: 32px;
}
.footer-wximg{
	width: 105px;
	height: 105px;
}
.footer-bbs-box{
	overflow: hidden;
	margin-top: 30px;
}
.footer-bbs-link{
	display: inline-block;
	width: 318px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border: 1px solid #555555;
}
.footer-copyright{
	height: 60px;
	background: #000;
	text-align: center;
	line-height: 60px;
}
.footer-copyright p{font-size: 12px;color: #CCCCCC;}
.footer-copyright p a{font-size: 12px;color: #CCCCCC;}


/**公共**/
.cate-banner{
	height: 527px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 68px;
}
.cate-navs{
	overflow: hidden;
	height: 79px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.cate-navs-box{
	overflow: hidden;
	height: 79px;
	width: 1600px;
	margin: 0 auto;
	text-align: center;
}
.cate-navs-item{
	overflow: hidden;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	line-height: 79px;
	height: 79px;
	position: relative;
	margin: 0 40px;
}
.cate-navs-item.active:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 100%;
	height: 5px;
	background: #0668B1;
}

.page-fenye{
	overflow: hidden; 
	margin-bottom: 70px;
}
.pages {
	overflow: hidden;
	text-align: center;
}
.pages.right {
	overflow: hidden;
	text-align: right;
}
.pages span{
	border: 1px solid #0963A4;
	height: 35px;
	color: #fff;
	background: #0963A4;
	display: inline-block;
	line-height: 35px;
	font-size: 14px;
	font-family: YaHei;
	margin: 0px 3px;
	padding: 0 15px;
}
.pages a{
	border: 1px solid #DDDDDD;
	height: 35px;
	color: #0963A4;
	background: #fff;
	display: inline-block;
	line-height: 35px;
	font-size: 14px;
	font-family: YaHei;
	margin: 0px 3px;
	padding: 0 15px;
}

/**联系我们**/
.page-content{
	overflow: hidden;
}
.page-content-box{
	overflow: hidden;
	max-width: 1600px;
	margin:0 auto;
}
.page-contact-infoitem{
	padding: 46px 0;
	text-align: center;
	border-bottom: 1px solid #EEEEEE;
	width: 1200px;
	margin:0 auto;
}
.page-contact-infoitem p{
	font-size: 14px;
	color: #000;
	line-height: 30px;
}
.page-contact-infoitem.last{
	border-bottom: 0;
	padding-bottom: 128px;
}

.page-content-container{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding: 60px 0;
}
.page-content-container p{
	font-size: 14px;
	color: #000;
	line-height: 30px;
}
.page-content-container *{
	max-width: 100%!important;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	word-wrap: break-word!important;
}

.page-content-lists{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding: 60px 0;
}

.page-hear{
	overflow: hidden;
	height: 55px;
	border-bottom: 1px solid #DDDDDD;
}
.page-hear-box{
	overflow: hidden;
	height: 55px;
	max-width: 1580px;
	padding:0 10px;
	margin: 0 auto;
}
.page-hear-box p{
	line-height: 55px;
	color: #999;
	font-size: 12px;
}
.page-hear-box p a{
	color: #999;
	font-size: 12px;
}

/**新闻资讯**/
.news-item{
	overflow: hidden;
	height: 150px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 40px;
	margin-bottom: 32px;
}
.news-item-cover{
	overflow: hidden;
	width: 200px;
	height: 150px;
	float: left;
	background: url(../images/news-bg1.png) repeat;
	position: relative;
	margin-right: 55px;
}
.news-item-cover-a{
	width: 180px;
	height: 130px;
	display: block;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 10px;
}
.news-item-time{
	width: 87px;
	height: 85px;
	overflow: hidden;
	background: url(../images/news-bg2.png) repeat;
	position: absolute;
	bottom: 0px;
	right: 0;
}
.news-item-time .p1{font-size: 12px;color: #fff;font-weight: bold;margin-top:20px;margin-left: 8px;margin-right: 8px;line-height:20px;}
.news-item-time .p2{font-size: 24px;color: #fff;font-weight: bold;margin-top:5px;margin-left: 8px;margin-right: 8px;line-height:22px;}
.news-item-infos{
	overflow: hidden;
	height: 150px;
}
.news-item-infos .title{
	overflow: hidden;
	margin-top: 8px;
}
.news-item-infos .title a{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: inline-block;
	line-height: 22px;
}
.news-item-infos .browse{
	overflow: hidden;
	margin-top: 10px;
}
.news-item-infos .browse p{
	font-size: 12px;
	color: #666;
}
.news-item-infos .desc{
	overflow: hidden;
	margin-top: 10px
}
.news-item-infos .desc p{
	font-size: 14px;
	color: #000;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-item-infos .link-box{
	overflow: hidden;
	text-align: right;
	margin-top: 12px;
}
.news-item-infos .link-box .link{
	display: inline-block;
	overflow: hidden;
	font-size: 14px;
	color: #000;
}
.news-item-infos .link-box .link .link-icon{
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(../images/icon/icon5.png) no-repeat center;
	vertical-align: middle;
	margin-left: 10px;
}


.news-content-top{
	overflow: hidden;
	width: 1200px;
	margin:0 auto;
	border-bottom: 1px solid #ddd;
	padding-bottom: 35px;
	margin-top: 25px;
}
.news-content-title{
	overflow: hidden;
}
.news-content-title h5{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.news-content-browse{
	overflow: hidden;
	text-align: center;
	margin-top: 12px;
}
.news-content-browse p{
	font-size: 12px;
	color: #666;
}
.page-prenext{
	overflow: hidden;
	width: 1200px;
	margin:0 auto;
	margin-top: 30px;
}
.pre-item{
	height: 46px;
	overflow: hidden;
	margin-bottom: 15px;
	line-height:46px;
	background: url(../images/icon/icon6.png) no-repeat;
}
.pre-item-right{
	height: 46px;
	overflow: hidden;
	margin-bottom: 15px;
	line-height:46px;
	padding-left:60px;
	background: url(../images/icon/icon6.png) no-repeat;
}
.pre-item-left{
	height: 46px;
	overflow: hidden;
	margin-bottom: 15px;
	line-height:46px;
	padding-left:60px;
	background: url(../images/icon/icon7.png) no-repeat;
}
.pre-item a{
	display: block;
	overflow: hidden;
}
.pre-item-icon{
	display: inline-block;
	width: 46px;
	height: 46px;
	margin-right: 10px;
}
.next-item-icon{
	display: inline-block;
	width: 46px;
	height: 46px;
	background: url(../images/icon/icon7.png) no-repeat center;
	margin-right: 10px;
}
.pre-item-a p{
	display: inline-block;
	height: 46px;
	overflow: hidden;
	font-size: 14px;
	color: #000000;
	font-family: arial;
	line-height: 46px;
}
.pre-item-a p span{
	padding-right: 10px;
}
.page-ibox{
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
	width: 1200px;
	text-align: right;
	margin-bottom: 68px;
}
.page-ibox-item{
	display: inline-block;
	height: 40px;
	overflow: hidden;
	margin-left: 20px;
}
.page-ibox-item-a{
	color: #000;
	font-size: 14px;
}
.page-ibox-item-icon1{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../images/icon/icon8.png) no-repeat center;
	vertical-align: middle;
	margin-right: 10px;
}
.page-ibox-item-icon2{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../images/icon/icon9.png) no-repeat center;
	vertical-align: middle;
	margin-right: 10px;
}


/**应用案例**/

.case-lists{
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.case-lists:after {content: ""; width: 378px; }

.case-item{
	overflow: hidden;
	width: 378px;
	height: 624px;
	border: 1px solid #eee;
	float: left;
	margin-bottom: 35px;
}
.case-cover{
	overflow: hidden;
	width: 370px;
	height: 370px;
	margin: 4px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.case-cover.sheb{
	overflow: hidden;
	width: 370px;
	height: 370px;
	margin: 4px;
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.case-title{
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	background: url(../images/case-bg1.png) repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.case-title h5{
	color: #fff;
	font-size: 16px;
	padding: 0 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.case-desc{
	overflow: hidden;
	margin: 0 20px;
	margin-top: 15px;
	height: 145px;
}
.case-desc p{
	font-size: 14px;
	color: #000;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.case-link-box{
	overflow: hidden;
	text-align: right;
}
.case-link{
	overflow: hidden;
	font-size: 14px;
	color: #000;
	margin: 0 20px;
	margin-top: 15px;
}
.case-link-icon{
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(../images/icon/icon5.png) no-repeat center;
	vertical-align: middle;
	margin-left: 10px;
}
.case-cover-link{
	display: block;
	width: 100%;
	height: 100%;
}



/**产品展示**/
.product-navs{
	overflow: hidden;
	width: 250px;
	float: left;
}

.product-navs-li{
	overflow: hidden;
	width: 100%;
}
.product-navs-li-a{
	display: block;
	width: 100%;
	height: 55px;
	background: url(../images/icon/icon10.png) no-repeat center right;
	line-height: 55px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}
.product-navs-li-a.active{
	color: #0668B1;
}
.product-navs-li:first-child{
	border-top: 1px solid #ddd;
}
.product-navs-li-list{
	overflow: hidden;
	padding: 0 10px;
	display: none;
	border-bottom: 1px solid #ddd;
}
.product-navs-li-list.active{
	display: block;
}
.product-navs-li-son-a{
	display: block;
	font-size: 14px;
	color: #000;
	padding-left: 20px;
	position: relative;
	padding-top: 7px;
	padding-bottom: 7px;
}
.product-navs-li-son-a:before{
	content: "";
	background: url(../images/icon/icon11.png) no-repeat center;
	width: 10px;
	height: 1px;
	position: absolute;
	left: 0px;
	top: 49%;
}

.product-lists{
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  float: right;
  width: 836px;
}

.product-lists:after {content: ""; width: 378px; }



.product-item{
	overflow: hidden;
	width: 378px;
	height: 624px;
	border: 1px solid #eee;
	float: left;
	margin-bottom: 35px;
	background: #EEEEEE;
}
.product-cover{
	overflow: hidden;
	width: 370px;
	height: 370px;
	margin: 4px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.product-cover.sheb{
	overflow: hidden;
	width: 370px;
	height: 370px;
	margin: 4px;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	background-color: #fff;
}

.product-title{
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	background: url(../images/case-bg1.png) repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.product-title h5{
	color: #fff;
	font-size: 16px;
	padding: 0 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.product-desc{
	overflow: hidden;
	margin: 0 20px;
	margin-top: 15px;
	height: 145px;
}
.product-desc p{
	font-size: 14px;
	color: #000;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.product-link-box{
	overflow: hidden;
	text-align: right;
}
.product-link{
	overflow: hidden;
	font-size: 14px;
	color: #000;
	margin: 0 20px;
	margin-top: 15px;
}
.product-link-icon{
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(../images/icon/icon5.png) no-repeat center;
	vertical-align: middle;
	margin-left: 10px;
}
.product-cover-link{
	display: block;
	width: 100%;
	height: 100%;
}



.product-detail{
  overflow: hidden;
  float: right;
  width: 836px;
}

.product-detail-title{
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 55px;
}
.product-detail-title h5{
	text-align: center;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding: 0 20px;
	line-height: 28px;
}
.product-detail-content{
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.product-detail-content p{
	font-size: 14px;
	color: #000;
	line-height: 30px;
}
.product-detail-content *{
	max-width: 100%!important;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	word-wrap: break-word!important;
}
.product-detail-collocation{
	overflow: hidden;
}
.product-detail-collocation-top{
	height: 60px;
	background: #EEEEEE;
	text-align: center;
}
.product-detail-collocation-top h5{
	line-height: 60px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.product-detail-collocation-list{
	margin-top: 50px;
	width: 836px;
	overflow: hidden;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-detail-collocation-list:after {content: ""; width: 235px; }
.product-detail-collocation-item{
	overflow: hidden;
	width: 235px;
	height: 260px;
	margin-bottom: 25px;
}
.product-detail-collocation-item .cover{
	width: 235px;
	height: 235px;
	overflow: hidden;
	display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail-collocation-item .cover .cover-img{
	max-height: 100%;
	max-width: 100%;
}
.product-detail-collocation-item .title{
	overflow: hidden;
	text-align: center;
	margin-top: 5px;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.product-detail-collocation-item .title a{
	font-size: 14px;
	color: #000;
}

#fenye{clear:both !important;margin-top:15px;margin:0 auto;text-align:center;height:100%;overflow:hidden;width:100%;display:block;}
#fenye table{}
#fenye table td{text-align:center;}
#fenye a{text-decoration:none;float:left;}
#fenye .prev,#fenye .next{width:80px; text-align:center;}
#fenye a.curr{width:35px;background:#0963A4 ; border:1px solid #0963A4; color:#fff; font-weight:bold; text-align:center;}
#fenye a.curr:visited {color:#fff;}
#fenye a{margin:5px 4px 0 0; color:#0963A4;background:#fff; border:1px solid #DDDDDD; float:left; text-align:center;height:35px;line-height:35px}
#fenye a.num{width:35px;}
#fenye span{}
#fenye a:visited{color:#0963A4;} 
#fenye a:hover{color:#fff !important; background:#0963A4 ; border:1px solid #0963A4;float:left;}
#fenye span{margin:10px;float:left;}

#pageNext{ padding:10px 12px 6px; clear:both;}
#pageNext .prev,#pageNext .next{width:52px; text-align:center;}
#pageNext a.curr{width:22px;background:#1f3a87; border:1px solid #dcdddd; color:#fff; font-weight:bold; text-align:center;}
#pageNext a.curr:visited {color:#fff;}
#pageNext a{margin:5px 4px 0 0; color:#1E50A2;background:#fff; display:inline-table; border:1px solid #dcdddd; float:left; text-align:center;height:22px;line-height:22px}
#pageNext a.num{width:22px;}
#pageNext a:visited{color:#1f3a87;} 
#pageNext a:hover{color:#fff; background:#1E50A2; border:1px solid #1E50A2;float:left;}


 @media screen and (min-width:980px){
	.search{width:100%;margin:0 auto;max-width:1200px;margin-top:50px;margin-bottom:50px;clear:both;}
	.search #SearchForm{width:600px;margin:0 auto;}
	.search .searchtext{height:45px;border:1px solid #ccc;line-height:45px;font-size:14px;width:500px;}
	.search .searchbtn{width:80px;height:45px;background:#0963A4;color:#fff;border:1px solid #0963A4;font-size:16px;font-weight:bold;}
	.product-navs-list{display:none;}
	
pre {
  border:1px solid #000;
  overflow-x:auto;
  background: #222;
  color: #fff;
  text-shadow: none;
}

.wrapperpic {
    max-width: 820px;
    padding: 0 ;
    margin: auto;
	height:630px;
	overflow:hidden;
}
	
	
	
 }
  @media screen and (max-width:980px){
	.page-content{width:100%;clear:both;}
	.search{width:100%;padding:20px 20px;clear:both;display:block;}
	.search #SearchForm{width:100%}
	.search .searchtext{height:45px;border:1px solid #ccc;line-height:45px;font-size:14px;width:70%;float:left;}
	.search .searchbtn{width:80px;height:45px;background:#0963A4;color:#fff;border:1px solid #0963A4;font-size:14px;font-weight:bold;float:left;}	  
	.wrapperpic {display:none;}	
  }
























