/******所有活动的公用css*********
 ***** @author joy**********
 ***** @since 2016-09-26*****
 ****************************/
body {
    font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f7f7f7;
    margin: 0 auto;
    -webkit-text-size-adjust: none;
}
.wrapper{
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
	overflow-x: hidden;
}
.wrapper .inner{
    margin: 0 auto;
}
.cf{
    clear: both;
}
a{
    text-decoration: none;
    color: #333;
}
img{
    border:none;
}
a:hover{
    text-decoration: underline;
}
/******------------search------------*******/
.search-list{
	padding: 0 10px;
}
.search-list .search-result-notice{
	height: 35px;
	line-height: 35px;
}
.search-list .search-result-notice span{
	color: red;
	margin: 0 5px;
}
.search-list .search-item{
	margin-bottom: 20px;
}
.search-list .search-item h3{
	padding: 0;
	margin: 0;
	margin: 5px 0;
}
.search-list .search-item h3 a{
	text-decoration: none;
	color: #0FB3E6;
	font-weight: normal;
	display: block;
	height: 25px;
	line-break: 25px;
	font-size: 18px;
}
.search-list .search-item h3 a span{
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #0FB3E6;
	position: relative;
	top: -1px;
	margin-right: 10px;
}
.search-list .search-item .desc{
	line-height: 25px;
	font-size: 14px;
	padding-left: 18px;
}
.search-list .search-item .come-from{
	margin-top: 8px;
	color: #888;
	padding-left: 18px;
}
.search-list .search-item .come-from a{
	color: #888;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}

/******------------top------------*******/
.top{
    zoom: 1;
    overflow: hidden;
    background-color: #000;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-size: 16px;
    padding: 0 10px;
    position: relative;
    z-index: 999;
}
.top a{
    display: inline-block;
    height: 100%;
    float: left;
    color: #fff;
    width: 10%;
    text-align: left;
    text-decoration: none;
}
.top a.right-icon{
	text-align: right;
}
.top a.center{
	text-align: center;
 	width: 80%;
}
.top .logo {
	text-align: center;
    color: #FFFFFF;
    display: block;
}
/******------------侧边导航------------*******/
.right-wrap{
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 640px;
	background: rgba(0,0,0,0.5);
	z-index: 99;
	display: none;
	overflow: hidden;
}
.right-wrap .right{
	float: right;
	margin-top: 45px;
	margin-right: 5px;
	max-height: 350PX;
	overflow-y: auto;
}
.right-wrap .right a{
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 10px 15px;
	background: #000;
	text-align: center;
	height: auto;
	white-space: nowrap;
	border-bottom: 1px solid #999;
}
.right-wrap .right a.last{
	border-bottom: 0;
}

/******------------header 页头------------*******/
.header{
    margin: 0 auto;
    text-align: center;
}
.header .nav-item{
    height: 120px;
    line-height: 120px;
    border: 2px solid #FFFFFF;
    padding: 0;
}
.header .nav-item .sm-icon{
    height: 70px;
    line-height: 80px;
}
.header .nav-item .icon{
    font-size: 30px;
}
.header .nav-item:hover .icon{

}
.header .nav-item .name{
    height: 46px;
    line-height: 36px;
}
.header .item-1{
    border-left: none;
}
.header .item-3{
    border-right: none;
}
.header .nav-item a{
    color: #fff;
    font-size: 16px;
    display: block;
    text-decoration: none;
}
/*******************
*********九宫格主题背景色*******
********************/
.bg-a{
    background: #00acec;
    opacity: 0.85;
}
.bg-b{
    background-color: #9564e2;
    opacity: 0.85;
}
.bg-c{
    background-color: #CC9900;
    opacity: 0.85;
}
.bg-d{
    background-color: #66CCCC;
    opacity: 0.85;
}

/*****------幻灯片-----*******/
.slideShow{
    margin: 0 auto;
    padding: 0 ;
    margin-bottom: 5px;
}
.slideShow a{
	display: block;
}
.slideShow img{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    overflow: visible;
}
/******------------container 主容器------------*******/
.container-fluid{
    padding: 0;
    background: #fff;
}
.cont-left {
	padding: 10px 10px 20px 10px;
	background: #000;
}
.treeBox ul,.treeBox li{
    list-style: none;
    padding-left: 0;
}
.treeBox ul{
	overflow: hidden;
}
.treeBox li {
	width: 25%;
    float: left;
}
.page-treeBox li {
	width: 33.333%;
    float: left;
}
.case-treeBox li{
	width: 50%;
}
.treeBox li.cur a{
    color: #555;
    background: #fff;
}
.treeBox li a {
	text-decoration: none;
    color: #fff;
    display: block;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #fff;
    border-left: 0;
}
.treeBox li:first-child a{
    border-left: 1px solid #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.treeBox li:last-child a{
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.container .cont-right{
    float: left;
    width: 900px;
    overflow: hidden;
    min-height: 500px;
}
.recBox{
    background: #fff;
    padding: 0;
    margin: 0 auto;
    margin-top: 10px;
}
.row{
    margin: 0;
    padding: 0;
}
.recBox h3 {
    margin: 0;
    height: 100px;
    line-height: 100px;
    color: #999;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #CBD1D3;
}
.more {
    cursor: pointer;
    float: right;
    padding-right: 8px;
    color: #999999;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
/*主页产品样式*/
.product-list h3{
    background: url("../image/overview.jpg") center center no-repeat;
    background-size: 120px;
}
.product-list .product-quick-nav{
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.product-list .product-quick-nav a{
    padding:5px 10px;
    border:1px solid #EEEEEE;
    border-radius: 8px;
    margin: 4px 2px;
    text-decoration: none;
}
.product-quick-nav a.selected{
    background: #057DBF;
    color: #FFFFFF;
    border: none;
}
.product-list .unit img{
    width: 100%;
}
.recBox .rec-product{
    padding-top: 10px;
}
.rec-product .item {
    padding: 0;
    text-align: center;
}
.rec-product .img {
    border: 1px solid #E4E4E4;
    margin-bottom: 8px;
    margin: 5px;
    transition: background 2s;
    -ms-transition: background 2s;
    -moz-transition: background 2s;
    -webkit-transition: background 2s;
}
.rec-product .item:hover .img{
    background: #057DBF;
}
.rec-product .img a {
    display: block;
    padding: 5px;
}
.rec-product .name{
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.rec-product .img img {
    width: 100%;/*产品宽度*/
}
/***---关于我们---***/
.aboutUs h3{
    background: url("../image/about.jpg") center center no-repeat;
    background-size: 100px;
}
.about{
    padding-top: 10px;
}
.about .left{
    float: left;
    width: 30%;
    margin-right: 10px;
}
.about .left img{
    width: 100%;
}
.about .right{
    color: #666666;
}
/**--contact联系我们--**/
.contactUs h1{
    margin: 0;
    padding: 10px 0;
    height: 80px;
    line-height: 80px;
    background: url("../image/contact.jpg") center center no-repeat;
    background-size: 180px;
}
.contact .smallBox{
    margin-top: 10px;
}
.contact .contact-info{
    margin: 5px 0 20px;
    position: relative;
    padding: 0 5px;
}
.contact .small-title{
    font-size: 24px;
    font-weight: bold;
    color: #057dbf;
    letter-spacing: 2px;
}
.contact .small-title .icon{
    font-size: 24px;
    margin-right: 10px;
}
.contact .small-title-info{
    color: #666;
    margin-left: 35px;
    font-size: 16px;
}
.contact .qqservice{
    background: url("../image/qqservice.jpg") left center no-repeat;
    width: 120px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 80px;
    top: 20px;
    text-indent: -9999px;
}
.cont-right{
    padding: 0 10px;
}
/***---资讯中心---***/
.newsList{
	background: #f7f7f7;
}
.newsList .item{
	display: block;
	text-decoration: none;
	width: 100%;
	background: #fff;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
}
.newsList .item .item-top{
	line-height: 35px;
	color: #999;
}
.newsList .item .item-top i{
	font-size: 18px;
	margin-right: 10px;
	color: #333;
	float: left;
}
.newsList .item .item-center{
	padding: 20px 0;
	border-bottom: 2px solid #e5e5e5;
	border-top: 2px solid #e5e5e5;
}
.newsList .item .item-center img{
	width: 40%;
	height: 100px;
	overflow: hidden;
	float: left;
	display: block;
}
.newsList .item .item-center .cont{
	float: right;
	width: 58%;
}
.newsList .item .item-center .cont .title{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.newsList .item-center .cont .desc {
    width: 100%;
    color: #888;
    zoom: 1;
    overflow: hidden;
}
.newsList .item-center .cont .desc p{
	font-size: 15px;
    padding:0;
    margin: 0;
    color: #888;
}
.newsList .item-bottom span{
	line-height: 35px;
	color: #888;
}
.newsList .item-bottom span i{
	margin-right: 5px;
	color: #39bbec;
}
.newsList .item-bottom .left{
	float: left;
}
.newsList .item-bottom .right{
	float: right;
}
.newsList .item-bottom .right{
	color: #39bbec;
	font-size: 12px;
}
.news .info, .case .info {
    padding: 2px 0 20px 0;
    color: #999999;
    font-size: 13px;
}
.news h1,.case h1{
    font-size: 18px;
}
.case{
	text-align: center;
	margin-top: -38px;
}
.case-top .banner{
	margin-top: -40px;
}
.case-top .banner img{
	width: 100%;
}
.case-top .top{
	background: none;
}
.case h1{
	padding: 0;
	display: inline-block;
	padding: 8px 25px;
	background: #fff45c;
	color: #00b7ee;
	border-radius: 8px;
	box-shadow: 2px 2px 3px #b7aa00;
}
.news .content img,.case .content img{
    max-width: 100%;
}
/*******---product---******/
.productList .item{
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
}
.productList .item .name{
    background: #057DBF;
    padding: 2px;
}
.productList .item .name a{
    color: #FFFFFF;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.productList .item img{
    width: 100%;
}
.product .content h3 {
    height: 35px;
    line-height: 35px;
    color: #7A7F81;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #CBD1D3;
}
.cont-right .product img{
    width: 100%;
}
.product .productImg {
    width:80%;
    margin: 0 auto;
    position: relative;
    padding: 5px;
}
.product .productImg a{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 54px;
    width: 29px;
    opacity: 0.8;
    filter: Alpha(opacity=80);
}
.product a.last{
    position: absolute;
    top:50%;
    margin-top: -27px;
    left: 5px;
    background:#111 url("../image/slide_prev.png") left center no-repeat;
}
.product a.next{
    position: absolute;
    top:50%;
    margin-top: -27px;
    right: 5px;
    background:#111 url("../image/slide_next.png") right center no-repeat;
}
.product .productImg{
    background: #3EB9F2;
}
/***--case--***/
.caseList-area .top{
	background: none;
}
.cont-right.caseList{
	margin-top: -40px;
	padding: 0;
	position: relative;
}
.cont-right.caseList .swiper-container{
	width: 100%;
    height: 180px;
    padding-top: 40px;
    margin-bottom: 70px;
    position: relative;
    overflow: visible;
}
.cont-right.caseList .swiper-container .swiper-img-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cont-right.caseList .swiper-container .swiper-slide {
   height: 180px;
   opacity: 0.3;
   overflow: visible;
}
.cont-right.caseList .swiper-container .swiper-slide img{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.cont-right.caseList .swiper-container .swiper-slide-active {
   opacity: 1;
}
.caseList .content{
	text-align: center;
}
.caseList .content .name{
	font-size: 18px;
	margin-top: 10px;
}
.caseList .content .keywords{
	margin: 20px 0;
}
.caseList .content .desc{
	line-height: 25px;
	padding: 0 20px;
}
.caseList .content a{
	display: block;
	background: #00b7ee;
	color: #fff;
	width: 100px;
	line-height: 30px;
	margin: 30px auto;
	border-radius: 5px;
	text-decoration: none;
}
/****caseCateList****/
.caseCateList a.item{
	display: block;
	text-decoration: none;
	padding: 50px 0;
	margin: 0 -10px;
}
.caseCateList a.item-1{
	background: url(../image/caseCateList-1.jpg)no-repeat center;
	background-size: cover;
}
.caseCateList a.item-2{
	background: url(../image/caseCateList-2.jpg)no-repeat center;
	background-size: cover;
}
.caseCateList a.item-3{
	background: url(../image/caseCateList-3.jpg)no-repeat center;
	background-size: cover;
}
.caseCateList a p{
	text-align: center;
	color: #fff;
}
.caseCateList a p.cn{
	font-size: 20px;
}
.caseCateList a p.en{
	font-size: 10px;
	text-transform: uppercase;
}
.caseCateList a p.circle{
	position: relative;
	top: 10px;
}
.caseCateList a p i{
	font-size: 45px;
}
.case .content h3 {
    height: 35px;
    line-height: 35px;
    color: #7A7F81;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #CBD1D3;
}

/*wechatCaseCate*/

.wechatCaseCate,.wechatCaseCate .case-top{
	margin-top: -40px;
	padding: 0;
	width: 100%;
	margin-bottom: 70px;
	position: relative;
}
.wechatCaseCate .swiper-container{
	padding-top: 40px;
}
.wechatCaseCate .swiper-slide{
    position: relative;
    border-radius: 3px;
    opacity: 0.3;
    height: 100%;
	overflow: hidden;
	margin-top: 25px;
}
.wechatCaseCate .swiper-slide-next,
.wechatCaseCate .swiper-slide-prev{
	opacity: 0.8;
	overflow: hidden;
}
.wechatCaseCate .swiper-slide-active{
    opacity: 1;
}
.wechatCaseCate .swiper-slide img{
	width: 100%;
	height: 240px;
	border-radius: 3px;
}
.wechatCaseCate .case-top{
	height: 240px;
	overflow: visible;
	margin-bottom: 100px;
}
.wechatCaseCate .case-top .swiper-img-bg{
	width: 100%;
	position: absolute;
	height: 100%;
}
.wechatCaseCate .case-bottom{
	text-align: center;
}
.wechatCaseCate .case-bottom .name{
	font-size: 18px;
	margin-bottom: 30px;
}
.wechatCaseCate .case-bottom img{
	display: block;
	width: 40%;
	margin: 0 auto;
}

/**wechatCaseList**/
.wechatCaseCateList{
	padding: 0;
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-bottom: 20px;
}
.wechatCaseCateList .swiper-wrapper{
	height: 300px;
}
.wechatCaseCateList .swiper-slide{
    width: 300px;
    margin: 0 auto;
    height: 150px;
    position: relative;
    border-radius: 8px;
}
.wechatCaseCateList .swiper-slide img{
	width: 90%;
	margin: 0 auto;
	height: 150px;
	border-radius: 8px;
}
.wechatCaseList .item .color{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	border-radius: 8px;
	z-index: 5;
	opacity: 0.9;
}
.wechatCaseList .item .info{
	text-decoration: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	border-radius: 8px;
	z-index: 6;
}
.wechatCaseList .item .info p{
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.wechatCaseList .item .info p.img-icon{
	margin-top: 3%;
}
.wechatCaseList .item .info p.img-icon i{
	font-size: 40px;
}
.wechatCaseList .item .info p.keywords{
	text-transform: uppercase;
}
.wechatCaseList .item .info .link{
	padding: 0 10px;
	position: absolute;
	width: 100%;
	bottom: 5px;
	display: block;
	text-decoration: none;
	color: #fff;
}
.wechatCaseList .item .info .link span.left{
	float: left;
}
.wechatCaseList .item .info .link span.right{
	float: right;
}
.wechatCaseList .item .info .link .left i{
	margin-right: 5px;
}
.wechatCaseList .item .info .link span.right i{
	font-size: 20px;
}
/*******------page------*******/
.page h1 {
    color: #333333;
    font-size: 24px;
    margin-bottom: 0;
    border-bottom:1px solid #eee;
    font-weight: bold;
}
.page .content img{
    max-width: 100%;
}



/**--message--**/
/**--message--**/
#message{
    padding: 10px 0px;
}
#message h2 {
    color: #555;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    text-align: center;
    background-color: #f2dede;
    color: #a94442;
}
#message h2 b{
    font-size: 22px;
    color: #CC231C;
}
#message form{
    padding-top: 10px;
    background: #ffffff;
}
#message .form-group{
    margin: 10px 0;
}
#message .form-group *{
    border-radius: 0;
}
#message .vcode {
    text-transform: uppercase;
    padding-left: 2px;
    float: left;
    border: 1px solid #999;
}
#message #refreshCode{
    margin-left: 10px;
    cursor: pointer;
}
#message .form-group .sex-span .radio-inline{
    padding-top: 0;
}
#message .btn {
    display: block;
    letter-spacing: 2px;
    width: 100%;
    background-color: #CC231C;
    color: #EEE;
    padding: 10px 25px;
    font-size: 16px;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: bold;
}
#message .error-info{
    visibility: hidden;
    padding: 10px ;
    color: #CC231C;
    background-color: #fbf8e9;
    line-height: 16px;
}
#message .success-info{
    padding: 10px ;
    color: #009A00;
    background-color: #fbf8e9;
}
#message .action-tip{
    text-align: center;
}
p, ul, ol{
    margin: 0;
    padding: 0;
}

/* step
----------------------------------------------- */
.step{
    margin: 30px 0 5px;
}
.step div{
    margin-bottom: 10px;
}
.step .back a{
    padding:4px 10px;
    border: 1px solid #DDDDDD;
}
.step .last a,.step .next a{
    padding:4px 10px;
    border: 1px solid #DDDDDD;

}

/**--分页--**/
.pager {
    text-align: center;
    color: #666;
    margin: 15px 0;
}
.pager a {
    color: #666;
    padding: 3px 6px;
    background: #057dbf;
    color: #FFFFFF;
}
/******------------link 友情链接------------*******/
.flink {
    background: #057dbf;
    color: #EEEEEE;
    padding: 5px 0;
    text-align: center;
}
.link strong {
    color: #EEEEEE;
    font-weight: bold;
}
.link a {
    color: #EEE;
}

/******------------footer 页脚------------*******/
.footer{
    text-align: center;
    border-top: 1px solid #D8D8D8;
    background-color: #EEEEEE;
    padding: 10px 0 10px;
    line-height: 25px;
    color: #999;
    margin-bottom: 50px;
}
.footer .footer-nav{
    width: 600px;
    margin: 0 auto;
}
.footer a{
    color: #666;
}
.footer .company-info{
    clear: both;
}
.footer .company-info span,.footer .copyRight span{
    margin:0 10px;
}
.footer .copyRight a{
    color: #666;
}
.backTop{
    cursor: pointer;
}
.case-bottomNav{
    z-index: 999;
    position: fixed;
    bottom:0;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
}
.case-bottomNav a{
    color: #FFFFFF;
    padding: 0;
    font-size: 16px;
    text-decoration: none;
}
.case-bottomNav a.item{
	display: block;
	width: 50%;
	height: 50px;
	background-color: #00c9f3;
	float: left;
}
.case-bottomNav a.item-2{
	 background-color: #008bbe;
}
.case-bottomNav a.item i{
	margin-right: 5px;
}
.bottomNav{
    z-index: 999;
    position: fixed;
    bottom:0;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 1);
    color: #FFFFFF;
    display: none;
}
.bottomNav a{
    color: #FFFFFF;
    padding: 0;
    text-decoration: none;
}
.bottomNav a.item{
	display: block;
	width: 50%;
	height: 50px;
	float: left;
}
.bottomNav .swiper-button-next,.bottomNav .swiper-button-prev{
     background-image:none ;
     opacity: 1;
}
.bottomNav .swiper-button-next{
	background: url("../image/up.png") no-repeat center;
}
.bottomNav .swiper-button-prev{
	background: url("../image/next.png") no-repeat center;
	
}
.bottomNav .nav-icon{
    line-height: 30px;
    height: 30px;
}
.bottomNav .nav-name{
    height: 20px;
    line-height: 15px;
    font-size: 12px;
}
