html{
	font-size:100px
}
body {
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
	font-size: 0.14rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #5e6d82;
	margin: 0;
	font-weight: normal;
}
/*通用样式*/
ul {
	margin: 0;
	padding-left:0;
}

ul>li {
	list-style: none;
}

ul.item-list {
	padding-left: 15px;
}

ul.item-list li {
	list-style-type: disc;
}

a:hover,a:focus{
	text-decoration: none;
}

.mt-10{margin-top:0.1rem}
.mt-20{margin-top:0.2rem}
.mt-30{margin-top:0.3rem}
.mt-40{margin-top:0.4rem}
.mt-50{margin-top:0.5rem}
 
.mb-0{margin-bottom:0}
.mb-10{margin-bottom:0.1rem}
.mb-20{margin-bottom:0.2rem}
.mb-30{margin-bottom:0.3rem}
.mb-40{margin-bottom:0.4rem}
.mb-50{margin-bottom:0.5rem}
 
.ml-10{margin-left:0.1rem}
.ml-20{margin-left:0.2rem}
.ml-30{margin-left:0.3rem}
.ml-40{margin-left:0.4rem}
.ml-50{margin-left:0.5rem}
 
.mr-10{margin-right:0.1rem}
.mr-20{margin-right:0.2rem}
.mr-30{margin-right:0.3rem}
.mr-40{margin-right:0.4rem}
.mr-50{margin-right:0.5rem}

.offset{
	margin-bottom:0.4rem
}

.bg-white {
	background: #fff;
}

/*顶部样式*/
.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 60px;
	background-color: #fff;
	z-index: 2;
	opacity: 1;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.25);
}

.scroll-header{
    z-index: 9399;
    opacity: 0.9;
    transition: opacity 0.4s;
}
    
.header .logo {
	float: left;
	margin-top: 16px;
	background:url(../images/logo.png) no-repeat;
	width:122px;
	height:28px
}

.header .ul-nav {
	/* float: right; */
	height: 60px;
	line-height: 60px;
	margin-left: 230px;
}
.layui-layer-freeuse .layui-layer-title{
	line-height: 60px;
	font-size:18px;
	text-align:center;
	height:60px;
    border-radius: 10px 10px 10px 10px!important;
}
.layui-layer-freeuse .layui-layer-setwin{
	top: 22px;
}
.ul-nav>li {
	display: inline-block;
}

.ul-nav>li>a {
	color: #4D4D4D;
	font-size: 16px;
	margin-right: 50px;
}

.ul-nav>li:last-child a{
	margin-right:0
}

.ul-nav>li.zc-item>button{
    height: 34px;
    line-height: 34px;
    color: #fff;
    padding: 0 11px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    background: #459ae9;
    border: 0;
}
.ul-nav>li.zc-item>button:hover{
    background: #00C79F;
}
.ul-nav>li.join-item>a{
	margin-right: 26px;
}
.ul-nav>li.join-item:after{
	content:" ";
	border-left:1px solid #E6E6E6;
	margin-right:24px;
}

.ul-nav>li.tel-item{
	background: url(../images/tel.png) no-repeat;
	background-position: center left;
	padding-left:28px;
	color:#808080
}
/*.ul-nav>li.tel-item>span{
	color:#aaa;
	margin-right:14px;
	font-size:16px;
}*/

.ul-nav>li>a:hover {
	color: #0080FF
}

.ul-nav>li>a.active {
	color: #0080FF
}

/*顶部样式-下拉菜单*/
.menu-list {
	z-index: 10;
	min-width: 380px;
	background: #fff;
	position: absolute;
	top: 60px;
	left: 0;
	padding-left: 0;
	display: none;
	box-shadow:0px 0px 12px rgba(0,0,0,0.1)
}

.menu-list li.title {
	background: #ebebeb;
	color: #666;
	font-size: 14px;
	padding:2px 15px
}

.menu-list .menu-item {
	height: 72px;
	padding: 15px 15px 0;
	font-size: 14px
}

.menu-list .menu-item:hover {
	background: #f7f8f9;
}

.menu-list .menu-item+.menu-item {
	border-top: 1px solid #E6E6E6;
}

.menu-item .menu_icon {
	margin-right: 10px;
	height: 16px;
	width: 16px;
	display: inline-block
}

.menu-item .menu_icon1 {
	background: url(../images/product/menu/icon01.png) no-repeat;
}

.menu-item:hover .menu_icon1 {
	background: url(../images/product/menu/icon01_active.png) no-repeat;
}

.menu-item .menu_icon2 {
	background: url(../images/product/menu/icon02.png) no-repeat;
}

.menu-item:hover .menu_icon2 {
	background: url(../images/product/menu/icon02_active.png) no-repeat;
}

.menu-item .menu_icon3 {
	background: url(../images/product/menu/icon03.png) no-repeat;
}

.menu-item:hover .menu_icon3 {
	background: url(../images/product/menu/icon03_active.png) no-repeat;
}

.menu-item .menu_icon4 {
	background: url(../images/product/menu/icon04.png) no-repeat;
}

.menu-item:hover .menu_icon4 {
	background: url(../images/product/menu/icon04_active.png) no-repeat;
}

.menu-item .menu_icon5 {
	background: url(../images/product/menu/icon05.png) no-repeat;
}

.menu-item:hover .menu_icon5 {
	background: url(../images/product/menu/icon05_active.png) no-repeat;
}

.menu-list .menu-item dl {
	margin-bottom: 0
}

.menu-list .menu-item .menu_name {
	color: #333;
	position: relative;
	top: -3px;
}

.menu-list .menu-item:hover .menu_name {
	color: #0080FF;
}

.menu-list .menu-item dd {
	color: #999;
	padding-left: 24px;
	margin-top: 5px
}

/*标签页*/
.ul-tab {
	padding: 0 16.66%;
	border-bottom: 1px solid #E6E6E6;
}

.ul-tab>li {
	display: inline-block;
	width: 24%;
	text-align: center;
	padding-bottom: 10px;
}

.ul-tab>li>a {
	color: #333;
	font-size: 0.18rem;
}

.ul-tab>li>a:hover {
	color: #0080FF
}

.ul-tab>li.active a {
	color: #0080FF;
}

.ul-tab>li.active {
	border-bottom: 2px solid #0080FF;
}

.tab-content-item {
	display: none;
}

.tab-content-item.active {
	display: block;
}

/*主体部分样式*/
.main {
	margin-top: 60px;
}

.main .swiper-container {
	width: 100%;
	height:500px;
}

.main .banner {
	height:420px;
	background-position: center!important;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
}

.main .swiper-container .banner {
	height:500px;
}
.banner.banner1{
	background: url(../images/banner/index.jpg) no-repeat;
}

.banner.banner1-1 {
	background: url(../images/banner/index.jpg) no-repeat;
}

.banner.banner1-2 {
	background: url(../images/banner/500w/product01.png)0 no-repeat;
}

.banner.banner1-3 {
	background: url(../images/banner/500w/product02.png) no-repeat;
}

.banner.banner1-4 {
	background: url(../images/banner/500w/product03.png) no-repeat;
}

.banner.banner1-5 {
	background: url(../images/banner/500w/product04.png) no-repeat;
}

.banner.banner1-6 {
	background: url(../images/banner/500w/product05.png) no-repeat;
}

.banner.product1-1 {
	background: url(../images/banner/420w/product01.jpg)0 no-repeat;
}

.banner.product1-2{
	background: url(../images/banner/420w/product02.jpg) no-repeat;
}

.banner.product1-3 {
	background: url(../images/banner/420w/product03.jpg) no-repeat;
}

.banner.product1-4 {
	background: url(../images/banner/420w/product04.jpg) no-repeat;
}

.banner.product1-5 {
	background: url(../images/banner/420w/product05.jpg) no-repeat;
}

.banner.banner3 {
	background: url(../images/banner/banner3.jpg) no-repeat;
}

.banner.banner4 {
	background: url(../images/banner/news.jpg) no-repeat;
}

.banner.banner5 {
	background: url(../images/banner/about.jpg) no-repeat;
}

.banner.banner6 {
	background: url(../images/banner/join.jpg) no-repeat;
}

.banner .banner-text {
	color: #fff;
	padding-top:1rem
}

.banner-text.container p,.banner-text.container h2{
	width: 600px;
}

.banner .banner-text.text-c{
	text-align: center;
	padding-top:1.4rem
}

.banner-text h2.title {
	font-size: 0.36rem;
	margin-bottom: 0.2rem;
}

.banner-text .sub-title {
	font-size: 0.16rem;
	font-weight: normal;
	line-height: 1.6;
    letter-spacing: 1px;
}

.banner-text .btn-white {
	border-color: #fff;
	color: #fff;
	padding:8px 12px;
	border-radius: 2px;
	width: 134px;
}
.banner-text .btn-white:hover{
	background: #fff;
	color:#3399ff
}
.main .section {
	padding: 0.8rem 0 0.4rem
}

.main .section:last-child{
	padding-bottom:0.6rem
}

.main .section:nth-child(odd) {
	background: #f7f8f9;
}
.main .section:nth-child(even) {
	background: #fff;
}
.main .section h3.title {
	font-size: 0.26rem;
	color: #333;
	text-align: center;
	margin: 0;
	margin-bottom: 0.8rem;
}

.media-inline .item-media {
	display: table-cell;
	padding-right: 0.3rem;
	vertical-align: middle;
}

.media-inline .item-content {
	display: table-cell;
	vertical-align: top;
}

.media-inline .item-date {
	padding-left:1rem;
	display: table-cell;
	vertical-align: middle;
}

.media-inline h4.item-title {
	color: #333;
	text-align: left;
	margin-top: 0.06rem;
	font-size: 0.18rem;
	margin-bottom: 0.15rem;
}

.media-inline p.item-text {
	color: #999;
	text-align: left;
	margin-bottom: 0.12rem;
    line-height: 1.6;
}

.media-inline .link a.menu-item{
	color:#666;
	margin-right:0.15rem
}

.media-inline .link a.menu-item:hover{
   color: #0080FF;
}
.link a.menu-item .menu_icon{
	margin-right:0.05rem;
	position: relative;
    top: 3px;
}
.media-vertical {
	text-align: center;
	padding: 0 0.3rem;
}
.media-vertical.media-vertical-1{
	padding-top:0.5rem;
	padding-bottom:0.3rem;
	background: #fff;
}
.media-vertical h4.title {
	color: #333;
	font-size: 0.18rem;
	margin: 0.3rem 0
}

.media-vertical .item-list li {
	color: #999;
	text-align: left;
	margin-bottom: 0.1rem
}

.media-vertical .sub-title{
    color: #999;
	text-align: left;
}

.media-inline.media-inline-1 {
	padding: 0.2rem 0.3rem;
	background: #fff;
}

.media-inline.media-inline-1 h4{
	margin-bottom:0.1rem
}

.media-inline.media-inline-1 p.item-text{
	margin-bottom: 0;
}

.media-vertical.news{
	padding:0 0 0.2rem;
	text-align:left;
}

.media-vertical.news:hover{
    transition: all 0.3s;
    transform: scale(1.02, 1.02);
    -webkit-box-shadow: 0 0 0 #EFEFEF, 0.02rem 0.02rem 0.1rem #ccc;
    -moz-box-shadow: 0 0 0 #EFEFEF, 0.02rem 0.02rem 0.1rem #ccc;
    box-shadow: 0 0 0 #EFEFEF, 0.02rem 0.02rem 0.1rem #ccc;
}

.media-vertical.news  img{
	width: 100%;
	height:160px	
}   

.media-vertical.news .news-title{
	height:44px;
	color:#333;
	font-size:0.16rem;
	margin:0.15rem 0.08rem;
	text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.media-vertical.news .news-date{
	color:#999;
	font-size:0.14rem;
	padding-left:0.08rem;
	margin-top:-0.1rem;
}

.row.logo-list>div{
	height: 1rem;
	position:relative
}
.row.logo-list>div img{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);	/* IE 9 */
    -moz-transform:translate(-50%,-50%);	/* Firefox */
    -webkit-transform:translate(-50%,-50%);
}

.main .section .ul-tab-content {
	padding:0.4rem 0 0.1rem
}

.media-inline.media-inline-2 {
	padding: 40px 30px 40px 40px;
	background: #fff;
	box-shadow: rgba(0,0,0,.1) 0 0 5px;
}

.media-inline-2 .item-media {
	position: relative
}

.media-inline-2 .item-media:after {
	width: 1px;
	display: block;
	height: 40px;
	content: "";
	background: #e6e6e6;
	position: absolute;
	top: 26px;
	left: 170px
}

.media-inline-2 .item-content {
	padding-left: 60px
}

ul.icon-list li {
	float:left;
	text-align: center;
	margin-bottom:0.5rem
}

ul.icon-list-20 li{
	width:20%
}

ul.icon-list li .name{
	color:#333;
	font-size:0.18rem;
	margin-top:0.3rem
}

ul.icon-list-25 li{
	width:25%
}

/*新闻动态*/
.media-inline.news {
	padding:30px 0;
	border-bottom:1px solid #e6e6e6
}

.media-inline.news:hover .item-title{
	color:#0080FF
}

.media-inline.news:first-child{
	border-top:1px solid #e6e6e6
}

.media-inline.news .item-media img{
	max-width: 268px;
}

.media-inline.news .item-content{
	position: relative;
}

.media-inline.news .item-content .item-text{
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.media-inline.news .more{
    color: #999;
    position:absolute;
    left:0;
    bottom:0;
    margin-bottom:5px
}

.media-inline.news .item-date .date-dd{
	font-size: 66px;
	color:#ccc;
	line-height:1;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:0;
}

.media-inline.news .item-date .date-yymm{
	color:#ccc;
	font-size: 18px;
	text-align: center;
}

.m-news-list{
	display: none;
}
/*新闻详情*/
.news-page{
	padding-top:0.4rem;
	padding-bottom:1rem
}

.news-nav li{
   display: inline-block;
   font-size: 0.14rem;
   color:#999
}

.news-nav li a{
	color:#999
}

.news-nav li a:hover{
	color:#0080FF
}

.news-info {
	border-bottom: 1px solid #E6E6E6
}

.news-info .news-title{
	font-size:0.22rem;
	color:#333;
	margin:0.2rem 0 0.1rem
}

.news-info>p{
	color:#999;
	font-size:0.14rem;
}

.news-info p .publish-time{
	margin-right:0.2rem
}

.news-info p .news-from a{
	color:#0080FF;
}

.news-page .news-content{
	padding-top: 0.3rem;
}
.news-page .news-content img{
	width: 100%;
    height: auto;
}
.news-page .news-content .title{
	font-size:0.16rem;
	color: #333;
	margin:0.3rem 0;
	text-align: center;
	font-weight: bold;
}

.news-page .news-content .text{
	font-size:0.14rem;
	color: #666;
}

.news-page .news-content .news-img{
	text-align: center;
}

.news-page .news-content .news-img .new-img-tips{
	font-weight: bold;
	text-align: center;
	display: block;
}
/*关于我们*/
.introd p.text{
	font-size: 0.16rem;
	color:#666;
	text-indent:27px;
	line-height: 1.6;
}

.media-vertical.media-vertical-1.fix-height2{
	height:320px
}

.company{
	font-size:16px;
	color:#333
}

.company img{
    margin-right:10px;
}

.company-info{
	padding-left:40px
}
.company-info li{
	color:#666;
	font-size:0.14rem;
	padding: 2px;
}

/*加入我们*/
.accordion .accordion-heading{
	font-size:0.18rem;
	padding:0.14rem 0.15rem;
	border-top:1px solid #E6E6E6;
}
.accordion:last-child .accordion-heading{
	border-bottom:1px solid #E6E6E6
}
.accordion .accordion-heading:hover{
	background: #f7f8f9;
}
.accordion .accordion-heading.active{
	background: #f7f8f9;
}
.accordion .accordion-heading a{
	color:#333;
	display: block;
}
.accordion .accordion-heading a .glyphicon{
	margin-top:0.03rem;
	color:#808080
}
.accordion .accordion-body{
	padding: 0.2rem 0.3rem 0.3rem;
	background: #f7f8f9;
	display:none;
	border-top:1px solid #E6E6E6
}
.accordion-body h5{
	font-size:0.15rem;
	font-weight: bold;
	color:#333;
	margin:0.2rem 0;
}
.accordion-body h5:first-child{
	margin-top:0;
}
.accordion-body ul li{
	margin-bottom:4px;
	color:#777
}

/*swiper样式覆盖*/
.swiper-pagination-bullet{
	width: 26px;
    height: 2px;
    border-radius: 0;
    opacity: .2;
    background: #fff;
}
.swiper-pagination-bullet-active{
	opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom:16px
}

/*底部*/
.footer{
	background:#f0f1f2;
	padding-top:60px;
	padding-bottom:20px
}
.footer .container{
	padding-bottom:20px;
	border-bottom:1px solid #e6e6e6
}
.footer .ul-list{
	padding-left:0
}

.footer .ul-list li{
    font-size:14px;
    color:#808080;
    padding:8px 0
}
.footer .ul-list li a{
    color:#808080;
}
.footer .ul-list li a:hover{
	color:#0080FF;
}
.footer .ul-list li.title{
	color:#666;
	font-weight: bold;
}
.footer .qrCode{
	margin-top:10px
}
.footer .qrCode p{
	margin-top:10px;
	padding-left:7px;
	color: #999;
}
.footer p.info{
	font-size: 13px;
	text-align: center;
	color:#808080;
	margin:20px 0 0;
}
.m-footer{
	background:rgba(242,242,242,1);
	text-align: center;
	display: none;
	padding:15px 0;
	color:#808080
}
/*在线咨询*/
.consult-btn {
	height: 130px;
	width: 44px;
	position: fixed;
	bottom: 30%;
	right: 10px;
	background: #0080FF;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.15);
	z-index: 100;
	border-radius: 2px;	
}

.consult-btn a{
	width:100%;
	height:100%;
	display:block;
	color:#fff;
	padding-top:40px;
	text-align: center;
	background: url(../images/msg.png) no-repeat center 15px;
}

.consult-btn:hover{
	background: #0079f2;
}
/*返回顶部*/
.float-btn {
	height: 44px;
	width: 44px;
	position: fixed;
	bottom: 60px;
	right: 10px;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.15);
	display: none;
	
}

.float-btn:hover{
   background:#f7f8f9
}

.float-btn a{
	width:100%;
	height:100%;
	display:block;
	background: url(../images/totop.png) no-repeat center;
}

/*产品特点与优势*/
#advan-introd{
	display: block;
}
#m-advan-introd{
	display: none;
}
#m-advan-introd ul.item-list li{
	color:#999
}

/*12345页面  大图片显示/隐藏*/
.pc-view{
	display: inline;
}
.m-view{
	display: none;
}

/*大于1200px时*/
@media (min-width: 1200px){
	.container {
	    width: 1200px;
	}
}

@media (min-width: 1080px){
	.news-page.container{
		width: 1080px;
	}
}

/*大于768px时*/
@media (min-width: 768px){
	.offset{
		margin-bottom:0.56rem
	}
	.mb-60{
		margin-bottom:60px
	}
	.pr-25{
		padding-right: 25px;
	}
	.pd020{
		padding:0 20px
	}
	.pd030{
		padding:0 30px
	}
	.media-vertical.media-vertical-1.fix-height1{
		height:410px
	}
	
}