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;
}
.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;
}
a:hover{
    text-decoration: none;
}
img{
    border:none;
}
/******------------top------------*******/
.top{
    zoom: 1;
    overflow: hidden;
    background-color: #ff6537;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-size: 16px;
    padding: 0 15px;
}
.top a{
    display: inline-block;
    height: 100%;
    float: left;
    color: #fff;
    width: 10%;
    text-align: left;
}
.top a.right-icon{
	text-align: right;
}
.top a.center{
	text-align: center;
 	width: 100%;
}
.top .logo {
	text-align: center;
    color: #FFFFFF;
    display: block;
}
/******------------header 页头------------*******/
.header{
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
}
.header .nav-item{
    height: 100px;
    line-height: 100px;
    /*border: 2px solid #FFFFFF;*/
    padding: 0;
}
.header .nav-item .sm-icon{
    height: 70px;
    line-height: 70px;
}
.header .nav-item .icon{
    font-size: 50px;
}
.header .nav-item:hover .icon{

}
.header .nav-item .name{
    height: 30px;
    line-height: 20px;
}
.header .item-1{
    border-left: none;
}
.header .item-0{
    border-right: none;
}
.header .nav-item a{
    font-size: 16px;
    display: block;
    text-decoration: none;
}
/*******************
*********九宫格主题背景色*******
********************/
.bg-a{
    background: #00acec;
    opacity: 0.85;
}
.fc-a .sm-icon{
    color: #00acec;
}
.bg-b{
    background-color: #9564e2;
    opacity: 0.85;
}
.fc-b .sm-icon{
    color: #9564e2;
}
.bg-c{
    background-color: #CC9900;
    opacity: 0.85;
}
.fc-c .sm-icon{
    color: #CC9900;
}
.bg-d{
    background-color: #66CCCC;
    opacity: 0.85;
}
.fc-d .sm-icon{
    color: #66CCCC;
}
.bg-e{
    background-color: #cc5d13;
    opacity: 0.85;
}
.fc-e .sm-icon{
    color: #cc5d13;
}

/*****------幻灯片-----*******/
.slide-show  .swiper-slide img{
    width:100%;
}
/******------------container 主容器------------*******/
.container-fluid{
    background: #ffffff;
    padding: 0;
}
.treeBox{
    padding: 0 10px;
}
.treeBox h3 {
    margin: 0;
    height: 35px;
    line-height: 35px;
    color: #ff6537;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #CBD1D3;
}
.treeBox ul,.treeBox li{
    list-style: none;
    padding-left: 0;
}
.treeBox li {
    float: left;
    margin: 5px;
    border: 2px solid #EEEEEE;
}
.treeBox li:first-child{
    margin-left: 0;
}
.treeBox li.cur {
    border: 2px solid #e64a19;
}
.treeBox li.cur a{
    color: #e64a19;
}
.treeBox li a {
    color: #666666;
    display: block;
    padding: 3px 6px;
}
.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;
}
.recBox h4{
    margin: 0;
    height: 30px;

    padding: 5px;
    background-color: #19B4EA;
    color: #ffffff;
    font-size: 16px;
}
.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: #465352;
    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: #465352;
}
.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%;/*产品宽度*/
}
/*主页案例样式*/
.case-list h3{
    background: url("../image/case.jpg") center center no-repeat;
    background-size: 300px;
}
.case-list .case-quick-nav{
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.case-list .case-quick-nav a{
    padding:5px 10px;
    border:1px solid #EEEEEE;
    border-radius: 8px;
    margin: 4px 2px;
    text-decoration: none;
}
.case-quick-nav a.selected{
    background: #465352;
    color: #FFFFFF;
    border: none;
}
.rec-case .item {
    text-align: center;
    padding: 0;
}
.rec-case .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-case .item:hover .img{
    background: #465352;
}
.rec-case .img a {
    display: block;
    padding: 5px;
}
.rec-case .name{
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.rec-case .img img {
    width: 100%;/*案例宽度*/
    height: 100px;
    border:none;
}
/**主页新闻**/
.news-list .rec-news{
    padding: 0 5px;
}
.news-list li{
    list-style: none;
}
.news-list h3{
    margin: 0;
    padding: 10px 0;
    height: 100px;
    line-height: 100px;
    background: url("../image/news.jpg") center center no-repeat;
    background-size: 100px;
}
.rec-news li {
    background: url("../image/icon_square.png") no-repeat left 50%;
    border-bottom: 1px dotted #D1D1D1;
    line-height: 35px;
    padding-left: 15px;
}
.rec-news li b {
    float: right;
    color: #999999;
    margin-right: 10px;
}
.rec-news-list .quick-page{
    text-align: center;
    margin-left: 30px;
    margin-top: 10px;
}
.rec-news-list .quick-page a{
    margin: 0 5px;
    width: 160px;
    padding:0;
    border: none;
    display: inline-block;
    float: left
}
.rec-news-list .quick-page a img{
    width: 100%;
    border:none;
    background-color: #999999;
}
.rec-news-list .quick-page a:hover img{
    background-color: #465352;
}
/***---关于我们---***/
.aboutUs h3{
    background: url("../image/about.jpg") center center no-repeat;
    background-size: 100px;
}
.about{
    padding: 10px;
}
/**--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;
}
.contactUs h3{
    background: url("../image/s-block.jpg") left center no-repeat;
    background-size: auto 26px;
}
.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: #465352;
    letter-spacing: 2px;
}
.contact .small-title .icon{
    font-size: 24px;
    margin-right: 10px;
}
.contact .small-title-info a{
    color: #666666;
}
.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;
}
.cont-right img{
    max-width: 100%;
}
.cont-right h1.title{
    font-size: 22px;
    margin-bottom: 15px;
}
/***---资讯中心---***/
.newsList{
	border-top: 1px solid #ccc;
}
.newsList .item{
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ccc;
	padding: 9px 15px;
	margin-bottom: 10px;
}
.newsList .item a{
	display: block;
	text-decoration: none;
}
.newsList .item a span{
	display: inline-block;
	float: left;
	line-height: 30px;
	font-size: 16px;
	color: #666;
}
.newsList .item a .img{
	float: left;
	width: 34%;
	height: 80px;
	margin-right: 2%;
}
.newsList .item a .img img{
	width: 100%;
	/*height: 100%;*/
	display: block;
}
.newsList .item a .title{
	max-width: 65%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 5px;
}
.newsList .item a .add_time{
	font-size: 12px;
	color: #999;
}
.newsList .item a .desc{
	font-size: 12px;
	color: #666;
}
.news .info, .case .info {
    padding: 2px 0 20px 0;
    color: #999999;
    font-size: 13px;
}
.news h1,.case h1{
    font-size: 24px;
}
.news .content img,.case .content img{
    max-width: 100%;
}
/*******---product---******/
.productList{
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.productList .item{
	/*width: 100%;
	background: #fff;
	border-top: 1px solid #CBD1D3;
	border-bottom: 1px solid #CBD1D3;
	padding: 9px 15px;
	margin-bottom: 10px;*/
	width: 49.8%;
	align-self: center;
	padding: 0px 10px;
	margin-bottom: 10px;
}
.productList .item a{
	display: block;
	text-decoration: none;
	display: flex;
	flex-direction: column;
}
.productList .item .img{
	width: 100%;
	height: auto;
}
.productList .item a .img img{
	width: 100%;
	height: 100%;
}
.productList .item a .title{
	margin-top: 5px;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 5px;
	text-align: center;
}

.productList .item a span{
	display: inline-block;
	float: left;
	line-height: 30px;
	font-size: 16px;
	color: #666;
}
.productList .item a .add_time{
	font-size: 12px;
	color: #999;
}
.productList .item a .desc{
	font-size: 12px;
	color: #666;
}
.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{
}
/***--case--***/
.caseList{
	margin-top: 10px;
}
.caseList .item{
	width: 100%;
	background: #fff;
	border-top: 1px solid #CBD1D3;
	border-bottom: 1px solid #CBD1D3;
	padding: 9px 15px;
	margin-bottom: 10px;
}
.caseList .item a{
	display: block;
	text-decoration: none;
}
.caseList .item a span{
	display: inline-block;
	float: left;
	line-height: 30px;
	font-size: 16px;
	color: #666;
}
.caseList .item a .img{
	float: left;
	width: 34%;
	height: 70px;
	margin-right: 2.5%;
}
.caseList .item a .img img{
	width:100%;
	height: 100%;
	display: block;
}
.caseList .item a .title{
	max-width: 65%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 5px;
}
.caseList .item a .add_time{
	font-size: 12px;
	color: #999;
}
.caseList .item a .desc{
	font-size: 12px;
	color: #666;
}
.case .content h3 {
    height: 35px;
    line-height: 35px;
    color: #7A7F81;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #CBD1D3;
}
.case .image-wrap{
    margin: 0 auto;
    text-align: center;
}
/*******------columnList------*******/
.columnList{
    margin: 10px auto;
}
.columnList .item{
    margin-bottom: 10px;
    border-top: 1px solid #eee;
    padding-top: 5px;
}
.columnList .item img{
    width: 100%;
}
.columnList .item .name{
    padding: 5px 0;
}
.columnList .item .name a{
    font-size: 18px;
}
.cont-right .columnContent .content img{
    max-width: 100%;
}

/*******------album------******/
.albumList .item{
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
}
.albumList .item .name{
    background: #465352;
    padding: 2px;
}
.albumList .item .name a{
    color: #FFFFFF;
    display: block;
}
.album-content{
    margin-top: 20px;
}
.album-content .item-content{
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 1px 3px 0 #cdcfd1;
    -moz-box-shadow: 0 1px 3px 1px #cdcfd1;
    -webkit-box-shadow: 0 1px 3px 1px #cdcfd1
}
.album-content a:hover{
    text-decoration: none;
}
.album-content .item-content .name{
    font-size: 16px;
    padding: 5px 0;
}
.album-content .item-content img{
    float: left;
    max-width: 150px;
}

.albumList .item img{
    width: 100%;
}
.album .content h3 {
    height: 35px;
    line-height: 35px;
    color: #7A7F81;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #CBD1D3;
}
.cont-right .album img{
    max-width: 100%;
}
/******-------photo------*****/
.photoList .item{
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}
.photoList .item .name{
    background: #465352;
    color: #FFFFFF;
    padding: 2px;
}
.photoList .item .name a{
    color: #FFFFFF;
    display: block;
}
.photoList .item img{
    width: 100%;
    height:200px;
    display: block;
}
.photo-slide-show{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #333;
	overflow: hidden;
	margin: 0px auto;
	padding: 100px 0;
	visibility:hidden;
	z-index: 1000;
}
.photo-slide-show .swiper-container{
	
}
.photo-slide-show .swiper-slide{
	max-height: 100%;
	text-align: center;
	background-color: #333333;
}
.photo-slide-show .swiper-slide img{
	width: 100%;
	height:300px;
	margin: 0 auto;
}
.photo-slide-show .tool-bar{
	position: fixed;
	bottom: -1px;
	background: rgba(0,0,0,0.7);
	text-align: center;
}
.photo-slide-show .tool-bar a{
	color: #FFF;	
	height: 46px;
	line-height: 46px;
	cursor: pointer;
}
.photo-slide-show .tool-bar a i{
	font-size: 26px;
	display: block;
}
/*******------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 h2 {
    color: #555;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
}
#message dl {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 15px;
}
#message dl dt {
    width: 70px;
    text-align: right;
    line-height: 30px;
    float: left;
}
#message  dl dd {
    float: left;
    margin: 0;
}
#captcha {
    cursor: pointer;
}
#message input,#message img,#message select {
    vertical-align: middle;
}
#message .select {
    height: 28px;
}
#message .textArea {
    padding: 4px;
    border: 1px solid #DDDDDD;
}
#message  input,#message textarea {
    font-size: 12px;
    line-height: 1.531;
    outline: none;
    margin: 0;
    padding: 0;
    border: 0;
    border: 1px solid #CCCCCC;
    resize: none;
}
#message .vcode {
    text-transform: uppercase;
}
#message .textInput {
    padding: 0 4px;
    height: 28px;
    border: 1px solid #DDDDDD;
}
#message dl.submit {
    margin: 20px 0 0 70px;
}
#message .btn {
    display: inline-block;
    background-color: #465352;
    color: #EEE;
    padding: 6px 25px;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: bold;
}
#message .error-info b {
    display: block;
    padding: 2px 0 2px 3px;
    border: 1px solid #fec600;
    color: #666;
    background-color: #fbf8e9;
    line-height: 16px;
}
p, ul, ol{
    margin: 0;
    padding: 0;
}
/* step
----------------------------------------------- */
.step{
    margin: 30px 0 15px;
}
.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;
    font-size: 12px;
    background: #e64a19;
    color: #FFFFFF;
}
/******------------link 友情链接------------*******/
.flink {
    background: #465352;
    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: 0px;
}
.footer .footer-op{
    margin-bottom: 5px;
}
.footer .footer-nav{
    width: 600px;
    margin: 0 auto;
}
.footer .copyRight 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;
}
.bottomNav{
    z-index: 999;
    position: fixed;
    bottom:0;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: rgba(70, 83, 82, 0.9);
    color: #FFFFFF;
    overflow: hidden;
}
.bottomNav a{
    color: #FFFFFF;
    padding: 0;
}
.bottomNav .nav-icon{
    line-height: 35px;
    height: 30px;
}
.bottomNav .nav-name{
    height: 20px;
    line-height: 15px;
    font-size: 12px;
}
.bottomNav{
    z-index: 999;
    position: fixed;
    bottom:0;
    text-align: center;
    background-color: rgba(230, 74, 25, 0.9);
    color: #FFFFFF;
    overflow: hidden;
}
.bottomNav a{
    color: #FFFFFF;
    padding: 0;
}
.bottomNav a.item{
	width: 25%;
	height: 50px;
}
.bottomNav .nav-icon{
    line-height: 35px;
    height: 30px;
}
.bottomNav .nav-name{
    height: 20px;
    line-height: 15px;
    font-size: 12px;
}
.bottomNav .swiper-button-next,.bottomNav .swiper-button-prev{
     background-image:none ;
     opacity: 1;
}
.bottomNav .swiper-button-next{
	background: none;
	background: url("../image/up.png") no-repeat left center;
}
.bottomNav .swiper-button-prev{
	background: none;
	background: url("../image/next.png") no-repeat right center;
}
.column-bottom{
    background-color: #fdfdfd;
    height: 60px;
    position: fixed;
    bottom:0;
    text-align: center;
    border-top: 1px solid #EEEEEE;
}
.column-bottom .inner{
    padding: 5px 10px;
}
.column-bottom a{
    padding: 0;
}
.column-bottom .xing-cheng{
    line-height: 15px;
    color: #999999;font-size: 10px;
}
.column-bottom .back{
    font-size: 16px;
    background-color: #ff6600;
}
.column-bottom .description{
    color: #ff6600;
    font-size: 20px;
    text-align: left;
    padding-left: 10px;
}
.column-bottom .buy{
    background-color: #ff6600;
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    line-height: 50px;
}
.column-bottom .buy i{
    margin-right: 10px;
}
