﻿/*
	制作公司：无忧广告
	制作人：刘立衡
	版权：无忧广告
*/
/*重置*/
html, body{ overflow-x:scroll; width: 100%;}
body{margin:0px; padding:0px; font-size:12px; color:#444; font-family:"Arial","微软雅黑"; line-height: 2em; width: 100%;}
div, ul, li, p, ol, dd, dt, dl, h1, h2, h3, h4, h5, h6, form, label, span{margin: 0; padding: 0;}
ul, li, ol, dd, dt, dl{list-style: none;}
select,input{vertical-align:middle; font-size:12px;}
a{color:#000; text-decoration:none;}
a:hover{color:#90c42f; text-decoration:none;}

.mt-20{margin-top: 20px;}
.mt-25{margin-top: 25px;}
.plr-10-row{ margin-left: -10px; margin-right: -10px;}
.plr-10{ padding-left: 10px; padding-right: 10px;}
.plr-8-row{margin-left: -8px; margin-right: -8px;}
.plr-8{ padding-left: 8px; padding-right: 8px;}
.plr-30-row{margin-left: -30px; margin-right: -30px;}
.plr-30{ padding-left: 30px; padding-right: 30px;}
@media screen and (max-width:764px){
.plr-5-row{margin-left: -5px; margin-right: -5px;}
.plr-5{ padding-left: 5px; padding-right: 5px; }
}
.col-cus-2{position: relative; width: 20%; min-height: 1px; float: left;}
.col-cus-3{position: relative; width: 25%; min-height: 1px; float: left;}

/*统一代码*/
.index-btn{height: 36px; line-height: 36px; padding: 0 20px; font-size: 14px; display: inline-block; background: #90c42f; color: #FFF; border-radius: 5px; transition: background 0.5s;}
.index-btn:hover{ color: #FFF; background: #084e9e; }
.index-btn span{font-size: 12px;}
.img-fullwidth{width: 100%; height: auto;}

/*分页按钮*/
.fanye .pagination {margin: 0 0 0 -1px; border:1px solid #ededed; border-radius:5px; overflow:hidden; }
.fanye .pagination .home{border-left:0; }

.fanye .pagination span, .fanye .pagination a{display:inline-block; color: #90c42f; border:1px solid #ededed; margin-right:-1px; border-top:0; border-bottom:0; font-size: 14px; height:42px; line-height:42px; padding:0 16px; text-decoration:none; float:left; }
.fanye .pagination a:hover, .fanye .pagination .disabled2{color: #90c42f; background-color: #ededed; }
.fanye .pagination span{ color:#ccc;}
.fanye .pagination>.active>a, .fanye .pagination>.active>span, .fanye .pagination>.active>a:hover, .fanye .pagination>.active>span:hover, .fanye .pagination>.active>a:focus, .fanye .pagination>.active>span:focus {background-color: #084e9e; border-color: #084e9e; color: #FFF }
.fanye .pagination>li.thisclass a, .fanye .pagination>li>a:hover, .fanye .pagination>li>span:hover, .fanye .pagination>li>a:focus, .fanye .pagination>li>span:focus {color: #084e9e; background-color: #ededed; border-color: #ededed }
.fanye .pagination>li>a, .fanye .pagination>li>span {color: #90c42f; border-color: #ededed; font-size: 14px }
/*分页按钮*/

/*头部代码*/
.head-top{ background: url(../images/nav_bg2.png) no-repeat center bottom; height: 119px; position: fixed; left: 0; top: 0; width: 100%; z-index: 9999;}
header{ width: 100%; background: url(../images/nav_bg.png) repeat-x left top;}
header .logo{ width: 20%; float: left; display: block; margin: 20px 0; padding-left: 15px;}
header .top-nav{width: 80%; float: left;}
/*导航*/
.nav-ul li{ float: left; width:11.11%; text-align:center; height:110px; border-right:1px solid #e6e6e6; position:relative}
.nav-ul li a{ font-size:14px; color:#000; display:block; height:40px; padding:35px 0; text-decoration:none; box-sizing:content-box; line-height: 20px; -webkit-transition: background linear 0.5s;
-o-transition: background linear 0.5s; transition: background linear 0.5s;}
.nav-ul li.current a, .nav-ul li a:hover{ background: #90c42f; color: #FFF;}
.nav-ul li.current a span, .nav-ul li a:hover span{ color: #FFF;}
.nav-ul li a span{ display:block; font-size:12px; color:#a9a9a9; text-transform: capitalize;}

.nav-ul li .sub-nav{ position: absolute; left: 0; top: 110px; width:124px; display: none; z-index: 9999;}
.nav-ul li .sub-nav-6{ width: 160px;}
.nav-ul li .sub-nav li{ float: none; border: 0; height: 40px; text-align: left; width: auto;}
.nav-ul li .sub-nav li a{ margin: 0; color: #FFF; display: block; height: 40px; overflow: hidden; line-height: 40px; opacity: 0.8; background: none; padding: 0 30px; background:#90c42f url(../images/nav-arrow.png) no-repeat 15px center;}
.nav-ul li .sub-nav li a:hover{ background:#333 url(../images/nav-arrow.png) no-repeat 15px center; color: #FFF; opacity: 1;}
/*头部代码*/

/*幻灯*/
.banner-bg{ background: url(../images/temp_banner.jpg) 50% top no-repeat; width: 100%; padding:110px 0 0 0;}
#banner-con{box-sizing: content-box; width:100%; margin: 0 auto;}
#banner-con .item img{ width: auto; height: auto; margin: 0 auto; display: block;}
.left .left-arrow{ display: block; width: 47px; height: 86px; position: absolute; left: 50%; top: 50%; background: url(../images/common_bg.png) 0 -85px no-repeat; margin-left: -47px;}
.right .right-arrow{ display: block; width: 47px; height: 86px; position: absolute; left: 50%; top: 50%; background: url(../images/common_bg.png) -49px -85px no-repeat }
/*幻灯*/

/*五大特点*/
section.business {margin: 30px auto; width: 100%; overflow: hidden;}
.business .box {position: relative; -webkit-transition: all .3s ease-in-out 0s; -moz-transition: all .3s ease-in-out 0s; -ms-transition: all .3s ease-in-out 0s; -o-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s; }
.business .box .caption {width: 100%; text-align: center; -moz-opacity: 0; opacity: 0; -webkit-transition: all .5s ease-in-out 0s; -moz-transition: all .5s ease-in-out 0s; -ms-transition: all .5s ease-in-out 0s; -o-transition: all .5s ease-in-out 0s; transition: all .5s ease-in-out 0s; }
.business.active .box .caption {-moz-opacity: 1; opacity: 1; }
.business .box .caption i {display: block; margin: 0 auto; margin-bottom: 20px; width: 100%; height: 31px; font-style: normal; font-size: 30px; text-transform: uppercase; color: #90c42f; }
.business .box .caption span {font-size: 24px; letter-spacing: 3px; }
.business .box ul.items {margin: 0 auto; width: 100%; overflow: hidden; margin-top: 30px; }
.business .box ul.items li {width: 280px; height: 300px; float: left; padding: 0 10px; background:url(../images/bg_green.png) no-repeat 0px 400px; overflow: hidden; }
.business .box ul.items li i {display: block; position: relative; margin: 0 auto; margin-top: 43px; height: 69px; }
.business .box ul.items li.pc i {width: 69px; background: url(../images/words.png) no-repeat -245px -357px; }
.business .box ul.items li.mobi i {width: 64px; background: url(../images/words.png) no-repeat -416px -291px; }
.business .box ul.items li.sys i {width: 76px; background: url(../images/words.png) no-repeat -415px -362px; }
.business .box ul.items li.app i {width: 74px; background: url(../images/words.png) no-repeat -244px -439px; }
.business .box ul.items li.host i {width: 79px; background: url(../images/words.png) no-repeat -420px -439px; }
.business .box ul.items li u {display: block; position: absolute; width: 156px; height: 156px; background: url(../images/circle.png) no-repeat center top; margin:0 52px; -webkit-transition: all .5s ease-in-out 0s; -moz-transition: all .5s ease-in-out 0s; -ms-transition: all .5s ease-in-out 0s; -o-transition: all .5s ease-in-out 0s; transition: all .5s ease-in-out 0s; }

.business.active .box ul.items li u.cl {clip: rect(0px,156px,156px,78px); }
.business.active .box ul.items li u.cr {clip: rect(0px,78px,156px,0px); }
.business .box ul.items li strong {display: block; margin-top: 70px; font-size: 16px; font-weight: normal; text-align: center; }
.business .box ul.items li p {position: relative; top: 200px; color: White; font-family: Arial, "宋体"; font-size: 12px; line-height: 20px; text-align: center; }
.business .box ul.items li:hover {background-position: 0px 0px; -webkit-transition: all .5s ease-in-out .3s; -moz-transition: all .5s ease-in-out .3s; -ms-transition: all .5s ease-in-out .3s; -o-transition: all .5s ease-in-out .3s; transition: all .5s ease-in-out .3s; }
.business .box ul.items li:hover i {-webkit-transition: all .5s ease-in-out .4s; -moz-transition: all .5s ease-in-out .4s; -ms-transition: all .5s ease-in-out .4s; -o-transition: all .5s ease-in-out .4s; transition: all .5s ease-in-out .4s; }
.business .box ul.items li.pc:hover i {background: url(../images/words.png) no-repeat -168px -357px; }
.business .box ul.items li.mobi:hover i {background: url(../images/words.png) no-repeat -337px -291px; }
.business .box ul.items li.sys:hover i {background: url(../images/words.png) no-repeat -327px -362px; }
.business .box ul.items li.app:hover i {background: url(../images/words.png) no-repeat -164px -439px; }
.business .box ul.items li.host:hover i {background: url(../images/words.png) no-repeat -335px -439px; }
.business .box ul.items li:hover u.cl {clip: rect(0px, 156px, -10px, 78px); }
.business .box ul.items li:hover u.cr {clip: rect(156px,78px,156px,0px); }
.business .box ul.items li:hover strong {color: White; -webkit-transition-delay: .4s; -moz-transition-delay: .4s; -ms-transition-delay: .4s; -o-transition-delay: .4s; transition-delay: .4s; }
.business .box ul.items li:hover p {top: 20px; -webkit-transition: all .3s ease-in-out .5s; -moz-transition: all .3s ease-in-out .5s; -ms-transition: all .3s ease-in-out .5s; -o-transition: all .3s ease-in-out .5s; transition: all .3s ease-in-out .5s; }
/*五大特点 结束*/

/*产品特色展示*/
.pro-theme{background: #f2f3f3; box-sizing: content-box; padding: 80px 0; overflow: hidden; }
.pro-theme .theme-title{ text-align: center; font-size: 30px; line-height: 30px; font-weight: bold; margin-bottom: 15px;}
.pro-theme .theme-des{font-size: 18px; font-weight: bold; text-align: center;}
.pro-theme .theme-con{ position: relative; margin-top: 80px; font-size: 14px;}
.pro-theme .theme-con img{max-width: 100%; height: auto;}
.theme-con .theme-itmes{ margin-top: 50px;}
.theme-con .theme-itmes ul{width: 100%; margin: 0;}
.theme-con .theme-itmes ul li{ height: 36px; line-height: 36px; padding-left: 25px; background: url(../images/circle-arrow.png) no-repeat left center; }
.k-button{ display: inline-block; padding: 0 20px; background: #90c42f; color: #FFF; border-radius: 5px; line-height: 36px; text-decoration: none; transition: all .5s;}
.k-button:hover{ color:#FFF; text-decoration: none; box-shadow: 1px 1px 5px #666; -webkit-transform: translateY(-5px);-ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px);} 
.pro-theme .k-button{ margin-top: 30px; }
/*产品特色展示 结束*/

/*最新产品*/
/*首页标题*/
.title{height: 40px; border-bottom:1px solid #eee; width:100%; position:relative; overflow: hidden; }
.title h3{font-size:16px; font-weight:bold; }
.title h3 a{color:#000; text-decoration: none; }
.title h3 span{color:#999; font-size: 14px; text-transform: capitalize; padding-left:10px; font-weight:normal; }
.title h3 a:hover, .title h3 a:hover span{color:#90c42f; }
.title .short-line{height:1px; overflow:hidden; position:absolute; width:65px; background:#c7c7c7; bottom:0px; left:0px; }
.title .more{display:block; position: absolute; right:-30px; top:0px; font-size:14px; color:#90c42f; font-weight: bold; text-decoration: none; -webkit-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.title .more:hover{right:0px; }
.add-icon{background: url(../images/common_bg.gif) no-repeat -125px -22px; width:8px; height: 8px; overflow:hidden; display:inline-block; vertical-align: middle; margin-right:3px; }
/*首页标题 结束*/

.pro-box{padding: 40px 0; overflow: hidden; }
.pro-box .container{overflow: hidden; }
.pro-box .pro-con ul{}
.pro-con ul li{margin-top: 20px; overflow: hidden; }
.pro-con ul li a img{width: 100%; height: auto; }
.pro-con ul li a{position: relative; width: 100%; overflow: hidden; display: block; }
.pro-con ul li a .mark{width: 100%; height: 100%; position: absolute; top: -100%; left: 0; background: #90c42f; opacity: 0.9; filter: alpha(opacity=90); -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
.pro-con ul li a .mark-con{width: 100%; color: #FFF; padding: 0 15px; text-decoration: none; font-size: 14px; position: absolute; top: 50%; left: 0; visibility: hidden;
-webkit-transform:translateY(-50%) scale(0); -o-transform:translateY(-50%) scale(0); -ms-transform:translateY(-50%) scale(0); transform:translateY(-50%) scale(0);
-webkit-transition: transform 0.5s 0.5s; -o-transition: transform 0.5s 0.5s; transition: transform 0.5s 0.5s;}
.pro-con ul li a:hover .mark{top: 0;}
.pro-con ul li a:hover .mark-con{ -webkit-transform:translateY(-50%)  scale(1); -o-transform:translateY(-50%) scale(1); -ms-transform:translateY(-50%) scale(1); transform:translateY(-50%) scale(1); visibility: visible;}
.pro-con ul li h3{font-size: 16px; text-align: center; line-height: 40px; overflow: hidden; background: #074e9e; color: #FFF;}
.pro-con ul li .pro-con-b{ border:1px solid #e5e5e5; }
/*最新产品 结束*/ 

/*最新案例*/
.case .container{overflow: hidden;}
.als-container {position: relative; width: 100%; margin: 20px auto 40px auto;}
.als-viewport {position: relative;overflow: hidden;margin: 0px;}
.als-wrapper {position: relative;list-style: none; padding:0; margin:0;}
.als-item {position: relative;display: block;text-align: center;cursor: pointer;float: left;}
.als-prev, .als-next {position: absolute; cursor: pointer;clear: both;}
.case .als-item { width: 268px; height: 204px; margin: 0 15px 0 0; overflow: hidden;}
.case .als-item img {position: relative; display: block; width:100%; height:auto; transition: transform ease-in-out 1s;}
.case .als-item img:hover{ -webkit-transform: scale(1.15); -ms-transform: scale(1.15);-o-transform: scale(1.15);transform: scale(1.15); }
.case .als-prev, .case .als-next {top:50%; margin-top: -16px; width: 32px; height: 32px; background: url(../images/controls.png) no-repeat; overflow: hidden; z-index: 888;}
.case .als-prev {left: 10px; background-position: 0 0;}
.case .als-next {right: 10px; background-position: -43px 0;}
.case .als-prev:hover {left: 10px; background-position: 0 -32px;}
.case .als-next:hover {right: 10px; background-position: -43px -32px;}

/*最新案例 结束*/

/*我们的服务*/

.service{ width: 100%; overflow: hidden; background:#f6f6f6;}
.service-caption{margin:30px 0; overflow: hidden;}
.service-caption .en{ text-align: center; height: 36px; line-height: 36px; font-style: normal; font-size: 30px; text-transform: uppercase; color: #999;}
.service-caption .cn{font-size:24px; text-align: center; letter-spacing:3px; margin: 15px 0; position: relative; color: #90c42f;}
.service-caption .cn .line{ position: absolute; height: 1px; background: #ccc; width: 5%; top: 12px; }
.service-caption .cn .left-line{left:50%;margin-left:7%; }
.service-caption .cn .right-line{right:50%; margin-right:7% }
.service-caption .ad-word{ font-size: 14px; text-align: center; }

.service-box{ margin: 20px 0; overflow: hidden; }
.service-box .service-tabs{overflow: hidden;}
.service-box .service-tabs li{ background: #FFF; cursor: pointer; height: 50px; line-height: 50px; text-align: center; font-size: 18px; border-right: 2px solid #ececec; transition: background 1s;}
.service-box .service-tabs li.active, .service-box .service-tabs li:hover{ background: #90c42f; color: #FFF; }
.service-box .tab-content{ background: #FFF; margin: 2px 2px 0 0;  overflow: hidden; padding: 30px;}
.service-box .service-tab-con{ width: 100%; display: none; margin-left:120%; opacity: 0;}
.service-box .tab-content .service-cons{ position: relative; padding: 0 70px;}
.service-box .service-tab-con .des{ font-size: 14px; position: relative; padding: 20px 0; line-height: 30px;}
.des .t-line{ width: 19%; height: 2px; background: #666; position: absolute; top: -2px; left: 0; }
.service-box .service-tab-con .pic{ text-align: right; }
.service-box .service-tab-con .pic img{ width: 100%; height: 244px; }
.service-left{ position: absolute; top: 50%; font-size: 50px; left: 0; margin-top: -30px; cursor: pointer;}
.service-right{ position: absolute; top: 50%; font-size: 50px; right: 0; margin-top: -30px; cursor: pointer;}
.service-cons .current{display: block;}

/*我们的服务 结束*/

/*企业荣誉*/
.honor{ padding: 30px 0 0 0; }
.honor .container{overflow: hidden;}
.honor-list{ padding: 20px 0; }
.honor-list li{ overflow: hidden; }
.honor-list li a{ display:block;}
.honor-list li a p{ text-align: center; font-size: 14px; height: 30px; line-height: 30px; position: relative; top: 60px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
.honor-list li a:hover p{ top: 0; }
.honor-list li a:hover img{ top: 0; }
.honor-list li img{width:100%; height: auto; position: relative; top: 10px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
@media screen and (max-width: 992px) {
	.honor-list li img{min-height: 113px; top:0;}
	.honor-list li a p{font-size: 12px;top: 0px; overflow: hidden;}
}
@media screen and (max-width: 320px) {
	.honor-list li img{min-height: 93px; top:0;}
}
/*企业荣誉 结束*/

/*代表客户*/
.behalf{ padding:0 0 10px 0; }
.behalf .container{overflow: hidden;}
.behalf .behalf-list{ margin:15px 0; position:relative; overflow:hidden; height: 142px;}
.behalf .behalf-list1{ list-style:none; margin:0px -10px; padding:0; overflow:hidden; position:absolute; top:0px;}
.behalf .behalf-list2{ list-style:none; margin:0px -10px; padding:0; overflow:hidden; position:absolute; top:156px;}
.behalf .behalf-list1 li, .behalf .behalf-list2 li{ display:block; float:left; width:16.66%; height: 156px; box-sizing: border-box; padding:0 10px;}
.behalf .behalf-list1 li a, .behalf .behalf-list2 li a{ display:block; position:relative; padding:0; margin:0; float:left; overflow:hidden; border: 1px solid #ccc;}
.behalf .behalf-list1 li a img, .behalf .behalf-list2 li a img{width:100%; height:auto;}

/*代表客户 结束*/

/*新闻中心*/
.news{ padding: 30px 0; background:#f6f6f6;}
.news .company-news, .news .industry-news, .news .securiaty-news{ overflow: hidden; }
.news .new-list{ padding: 15px 10px; background: #FFF; }
.news .new-list li{ height: 30px; line-height: 30px; border-radius: 2px; overflow: hidden; font-size: 14px; padding: 0 10px; background: #FFF; -webkit-transition: background 1s; -o-transition: background 1s; transition: background 1s;}
.news .new-list li span.time{color: #999; display: inline-block; float: left;}
.news .new-list li a{display: inline-block; overflow: hidden; float: left; padding-left:60px; margin-top: -30px; float: right; width: 100%; height: 30px; overflow: hidden;}
.news .new-list li:hover{ background: #F6F6F6;}
.news .new-list li:hover span.time{ color: #90c42f;}
.news .new-list a:hover{color: #90c42f;}


/*新闻中心 结束*/

/*关于我们*/
.about{ padding: 30px 0;}
.about .about-box{ background-image: url(../images/bg_index_about.jpg); background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden; background-position: center center;}
.about .about-box .about-con{ background:#FFF; margin: 30px 50px; padding: 30px 15px;}
.about-con .about-title{ height: 40px; overflow: hidden;}
.about-con .about-title h1{display: inline-block; font-size: 24px; color: #90c42f;}
.about-con .about-title span{ display: inline-block; padding-left: 15px; font-size: 24px; color: #ccc; text-transform: capitalize;}
.about-con .des{ font-size: 14px; line-height: 30px;}
@media screen and (max-width: 992px) {
	.about .about-box .about-con{ background:#FFF; margin:15px; padding: 30px 15px;}
}
/*关于我们 结束*/

/*咨询信息*/
.consulting{ padding: 30px 0; background:#f6f6f6;}
.consulting .problems, .consulting .solution, .consulting .lastest-case { overflow: hidden; }
.consulting .consulting-list{ padding: 15px 10px; background: #FFF; }
.consulting .consulting-list li{ height: 30px; line-height: 30px; border-radius: 2px; overflow: hidden; font-size: 14px; padding: 0 10px; background: #FFF; -webkit-transition: background 1s; -o-transition: background 1s; transition: background 1s;}
.consulting .consulting-list li span.time{color: #999; display: inline-block; float: left;}
.consulting .consulting-list li a{display: inline-block; overflow: hidden; float: left; padding-left:60px; margin-top: -30px; float: right; width: 100%; height: 30px; overflow: hidden;}
.consulting .consulting-list li:hover{ background: #F6F6F6;}
.consulting .consulting-list li:hover span.time{ color: #90c42f;}
.consulting .consulting-list a:hover{color: #90c42f;}

.case-marquee{ background: #FFF; overflow: hidden;}
#marquee2{padding: 0px 10px; margin:15px 0; background: #FFF; height:330px; overflow:hidden;}
#marquee2 .consulting-list{ padding: 0; }
/*咨询信息 结束*/

/*服务流程*/
.service-lc{ padding: 30px 0;}
.service-lc .service-lc-box{ overflow: hidden; border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 30px 0 30px 15px; position: relative; margin: 0;}
.service-lc .service-lc-box .service-title{ background: url(../images/service.gif) no-repeat left center; padding: 0 5px 0 50px; line-height: 16px; font-weight: bold; width: 10%; float:left;}
.service-lc .service-lc-box .service-title p{ font-weight: normal; color: #999; text-transform: capitalize;}
.service-lc .service-lc-box .service-lc-row{ padding: 0 0 0 15px; width:90%; float:left;}
.service-lc .service-lc-box .service-list{ background: url(../images/fk-1.gif) no-repeat 15px center; cursor: pointer; padding: 0 15px 0 15px; line-height: 16px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
.service-lc .service-lc-box .service-list span.icon{ float: left; display: inline-block; width:32px; line-height: 32px; font-size: 20px; height: 32px; text-align:center; color: #ccc;}
.service-lc .service-lc-box .service-list p{ float:left; display: inline-block; padding-left: 10px;}
.service-lc .short-line{height:1px; overflow:hidden; position:absolute; width:40px; background:#c7c7c7; bottom:0px; left:0px;}
.service-lc .short-line-t{top:0;}
.service-lc .service-lc-box .service-list:hover{background: url(../images/fk-2.gif) no-repeat 15px center; color: #90c42f;}

/*服务流程  结束*/

.module .container{ border-bottom: 1px solid #e5e5e5; margin-bottom: 30px;}
.module .module-li{ text-align: center;  padding: 10px 0 30px 0; }
.module .module-li p{ font-size: 16px; font-weight: bold; margin-top: 10px; line-height: 40px; }

/*网站底部*/
footer{margin-bottom: 10px; font-size: 12px;}
.ft-phone{ font-size: 20px; display: inline-block; color: #000; font-weight: bold; background: url(../images/tel.png) no-repeat left center; padding-left: 40px; height: 30px; line-height: 30px; margin-bottom: 15px;}
.ft-mobile{background: url(../images/mobile.png) no-repeat left center; font-size: 20px; display: inline-block; color: #000; font-weight: bold; margin-left: 20px; padding-left: 30px; height: 30px; line-height: 30px; margin-bottom: 15px;} 
footer .copy{line-height: 30px; margin-bottom: 8px; font-size: 14px;}
.copyright-icon a{display: inline-block;}
.copyright-icon img{margin-right: 10px;}

.ft-title{ height: 24px; line-height: 24px; }
.ft-title h1{font-size:16px; font-weight: bold; margin: 0 padding: 0;}
.ft-title h1 span{ color: #999; padding-left: 15px; font-weight: normal; text-transform: capitalize;}
.ft-menue .ft-li{ margin-bottom: 10px;}
.ft-li{width: 100%; overflow: hidden;}
.ft-li li{ float: left; margin-bottom: 5px;}
.ft-li li a{ display: inline-block; }
.ft-li li span{ padding: 0 12px; }
.ft-friendlink{margin-top: 10px; border-top: 1px solid #e5e5e5; padding-top: 20px;}
.gotop{width: 32px; height: 32px; float: right; background:url(../images/common_bg.gif) no-repeat -56px -22px;}
.gotop:hover{background-position:-88px -22px;}
/*网站底部  结束*/

/*修改的地方*/
.ewm{padding: 20px 20px 0 20px; text-align: center; }
.ewm img{ border: 1px solid #e5e5e5; }
.ewm p{ font-size: 16px; height: 40px; line-height: 40px; font-weight: bold;}












/********************************************************************************* 内页 **********************************************************************************************************************************/
/*内页幻灯*/
.page-banner{ padding:58px 0 0 0;}

/*当前位置*/
.position-box{background: #F6F6F6; height: 50px; line-height: 50px; border-bottom: 1px solid #ececec; font-size: 14px;}
.position span{ padding: 0 5px; }
.position-box .btn{ padding: 0 20px; height: 50px; line-height: 50px; border: 0; background: #084e9e; color: #FFF; border-radius: 0;}
.position-box .btn-default.active.focus, .position-box .btn-default.active:focus, .position-box .btn-default.active:hover, .position-box .btn-default:active.focus, .position-box .btn-default:active:focus, .position-box .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{background: #084e9e; color: #FFF; }
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default{background: #084e9e; color: #FFF; }
/*内页下拉菜单*/
.position-box .dropdown-menu{ margin: 0; border: 0; border-radius: 0; min-width:148px;  padding:0; }
.position-box .dropdown-menu li a{ background: #90c42f url(../images/nav-arrow.png) no-repeat 15px center; padding:0 26px; display: block; height: 36px; line-height: 36px; color: #FFF;opacity: 0.8;}
.position-box .dropdown-menu li a:hover{ background: #333 url(../images/nav-arrow.png) no-repeat 15px center; opacity: 1; }
/*关于我们主页*/
.page-about{ padding:20px 0; overflow: hidden; background: #f6f6f6;}
.page-about .container{ background: #FFF; padding: 15px; border:1px solid #e5e5e5; border-radius: 2px;}
.page-about hr{margin: 30px 0;}
.page-about .pic a{ display: inline-block; overflow: hidden; }
.page-about .pic img{ border: 1px solid #eee;width: 100%; height: auto; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s;} 
.page-about .pic img:hover{ -webkit-transform: scale(1.2); -ms-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2);}
.page-about .words .h3{ font-size: 24px; font-weight: bold; margin: 10px 0 30px 0;}
.page-about .words .des{ font-size: 14px; line-height: 30px; height: 225px; overflow: hidden;}
.btn-success{ background:#084e9e; padding: 8px 26px; margin-top: 30px; border-color: #084e9e; border-radius: 0; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s;}
.btn-success:active, .btn-success:focus{background:#084e9e; border-color: #084e9e;}
.btn-success:hover{background:#246dc0; border-color: #246dc0;}
.page-about .words .solution_des{height: 169px;}
@media screen and (max-width: 1400px) {
.page-about .words .des{ height: 170px;}
.page-about .words .solution_des{ height: 118px;}
}
@media screen and (max-width: 1200px) {
.page-about .words .des{ height: auto;}
.page-about .words .solution_des{  height: auto;}
}
/*关于我们内容页*/
.about-read{ background: #f6f6f6; padding: 20px 0; }
.about-read .container{ background: #FFF; border:1px solid #e5e5e5; border-radius: 2px; padding:45px 0px;}
.about-read .article-left{padding:0 30px 0 45px;}
.article-left .about-title{overflow: hidden;}
.article-left .about-title .large-word{ display: block; line-height: 46px; font-size: 44px; color: #666; float: left;}
.small-word{display:block; padding:10px 0 0 10px; font-size: 18px; color: #999; line-height: 22px; float: left;}
.small-word p{ font-size: 12px; color: #999; text-transform: capitalize; line-height: 14px;}

.article-left-menu{ margin: 20px 0; }
.article-left-menu ul li{ border-bottom: 1px solid #e5e5e5; height:40px; line-height: 40px;}
.article-left-menu ul li.current a, .article-left-menu ul li a:hover{color: #90c42f; font-weight: bold;}
.article-left-menu ul li a{ display: block; padding: 0 10px; font-size: 14px;}
.article-left-menu ul li a span{ font-family: "宋体"; }
.article-right .article-con{ padding-right:30px; font-size: 14px; line-height: 30px;}
.article-right .article-con img{ max-width: 100%; height: auto; }
.article-right .article-con p{ margin-bottom: 15px; }


/********************* 产品中心 *************************/
.products-index{background: #f6f6f6; padding: 20px 0; }
.products-index .container{ background: #FFF; padding: 15px; border:1px solid #e5e5e5; border-radius: 2px;}
.products-class{ margin-bottom: 20px; }
.products-class .title h3 a{ background: #084e9e; color: #FFF; display: inline-block; line-height: 40px; padding: 0 15px;}
.products-class .title{margin-bottom: 5px;}
.products-class .products-left{font-size: 14px;overflow: hidden;}
.products-class .products-left p{ margin-top: 10px; overflow: hidden;}
.products-class .products-left img{-webkit-transition: all 1s; -o-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; transition: all 1s; }
.products-class .products-left img:hover{-webkit-transform: scale(1.2); -ms-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2);}
.products-class .product-box{ margin-top: 10px; }
.products-class .product-box a{display: block; border: 1px solid #e5e5e5; overflow: hidden;}
.products-class .product-box a img{-webkit-transition: all 1s; -o-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; transition: all 1s;}
.products-class .product-box a img:hover{ -webkit-transform: scale(1.2); -ms-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
.products-class .product-box h3{ font-size: 14px; font-weight: bold; height: 30px; line-height: 30px; overflow: hidden;}
.products-class .product-box .des{ line-height: 20px; }
.products-class .product-box .des a{display:inline; border: 0px;}
@media screen and (max-width: 992px) {
	.products-class .product-box h3{font-size: 12px;}
	
}
/********************* 产品中心 列表页 *************************/
.products-read{background: #f6f6f6; padding: 20px 0; }
.products-read .container{ background: #FFF; padding: 15px; border:1px solid #e5e5e5; border-radius: 2px;}
.products-read .title{line-height: 34px;}
.products-read .title h3{ line-height: 30px; }
.pro-menue-list li{ line-height: 36px; cursor: s-resize; border-bottom:1px solid #e5e5e5;}
.pro-menue-list li a{display: inline-block;}
.pro-menue-list li .addicon{display: inline-block; padding-right: 5px; font-size: 12px;}
.pro-menue-list li .instead-li{display: block; padding: 0 10px; font-size: 14px;}
.pro-menue-list li.current .instead-li{background: #f6f6f6; color: #90c42f;}
.pro-menue-list li.current .instead-li a{ color: #90c42f;}
.pro-menue-list li:hover .addicon, .pro-menue-list li:hover .li-a, .pro-menue-list li a:hover{color:#90c42f;}
.pro-menue-list li.current .pros-sub{display: block;}
.pro-menue-list li .pros-sub{display: none;}
.pro-menue-list li .pros-sub li{ cursor: pointer; border-top:1px solid #e5e5e5; border-bottom:0;}
.pro-menue-list li .pros-sub li a{display: block; padding: 0 25px;text-decoration: none; color: #000;}
.pro-menue-list li .pros-sub li a:hover{color:#90c42f;}
.pro-menue-list li .pros-sub li a .glyphicon-chevron-right{padding-right: 5px;}


.case-menue-list li{ line-height: 36px; cursor: s-resize; border-bottom:1px solid #e5e5e5;}
.case-menue-list li a{display: inline-block;}
.case-menue-list li .addicon{display: inline-block; padding-right: 5px;}
.case-menue-list li .instead-li{display: block; padding: 0 10px;}
.case-menue-list li.current .instead-li, .case-menue-list li:hover .instead-li{background: #f6f6f6; color: #90c42f;}
.case-menue-list li.current .instead-li a{ color: #90c42f;}
.case-menue-list li a{text-decoration: none; color: #000;}
.case-menue-list li:hover .addicon, .case-menue-list li:hover .li-a, .case-menue-list li a:hover{color:#90c42f;}
.case-menue-list li .pros-sub{display: none;}
.case-menue-list li .pros-sub li{ cursor: pointer; border-top:1px solid #e5e5e5; border-bottom:0;}
.case-menue-list li .pros-sub li a{display: block; padding: 0 25px;text-decoration: none; color: #000;}
.case-menue-list li .pros-sub li a:hover{color:#90c42f;}



.pro-tjcp{ margin-top: 20px; }
.pro-tjcp ul li{ border:1px solid #e5e5e5; border-top: 0; text-align:center; padding: 10px;}
.pro-tjcp ul li a{display:block; overflow: hidden;}
.img-scale{-webkit-transition: all 1s; -o-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; transition: all 1s;}
.img-scale:hover{-webkit-transform: scale(1.2); -ms-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2);}
.pro-tjcp ul li a h3{ padding: 0 15px; font-size: 14px; font-weight: bold; height: 24px; line-height: 24px;overflow: hidden;}
.pro-tjcp ul li .xh{ padding: 0 15px; line-height: 24px;}


.products-list .figure-li{text-align:center; margin-bottom: 20px; overflow: hidden;}
.products-list .figure-border{ border: 1px solid #e5e5e5; }
.products-list .figure-li a{display:block; overflow: hidden; position: relative; z-index: 2;}
.products-list .figure-li a h3{ padding: 10px 0px 0px 0px; font-size: 14px; font-weight: bold; height: 20px; box-sizing: content-box; line-height: 20px;overflow: hidden;}
.products-list .figure-li .xh{ padding: 0px 0px 10px 0px; line-height: 20px; font-size: 14px; position: relative; z-index: 2; box-sizing: content-box;}
.products-list .figure-li .pro-pic{ position: relative; }
.products-list .figure-li .pro-pic .zz{ background: #90c42f; display: block; position: absolute; top:-101%; left: 0; visibility: hidden; width: 100%; height: 100%; opacity: 0.9; z-index: 3;-webkit-transition: all 0.8s; -o-transition: all 0.8s; -moz-transition: all 0.8s; -ms-transition: all 0.8s; transition: all 0.8s;}
.products-list .figure-li .pro-pic .zz-icon{ font-size: 30px; top: 50%; margin-top: -18px; color: #FFF;}
.products-list .figure-li .pro-des{ position: relative; overflow: hidden;}
.products-list .figure-li .pro-des .word-zz{ background: #084e9e; position: absolute; top:110%; visibility: hidden; left: 0; width: 100%; height: 100%; z-index:0;-webkit-transition: top 0.8s; -o-transition: top 0.8s; -moz-transition: top 0.8s; -ms-transition: top 0.8s; transition: top 0.8s;}

.products-list .figure-li:hover .pro-pic .zz, .products-list .figure-li:hover .pro-des .word-zz{top:0; visibility:visible;}
.products-list .figure-li:hover .pro-des a h3, .products-list .figure-li:hover .pro-des .xh, .products-list .figure-li .pro-des a:hover{ color: #FFF; }

/********************* 产品中心 内容页 *************************/
.pro-search, .pro-contact{ margin-top: 20px;}
.search-box, .pro-contact .contact-box{ margin-top: 10px; position: relative;}
.search-box .search-input{ display: inline-block; height: 36px; line-height: 36px; border: 0; background: #ececec; width: 100%; padding: 0 75px 0 15px; outline: none;}
.search-box .search-btn{ display: block; position: absolute; top: 0; right: 0; z-index: 2; width: 60px; height: 36px; border:0; background:#084e9e url(../images/search-btn.png) no-repeat center center;}

.pro-contact .contact-box{ font-size: 14px; }
.pro-contact .contact-box p{ margin-bottom: 10px; font-size: 16px; text-align: center;}
.pro-contact .contact-box .con-word{line-height: 30px; padding: 10px 0 0 0;}
.pro-contact .contact-box .tel{ font-size: 30px; font-weight: bold; color:#084e9e}

.pro-article-right h3{ margin:0; height:45px; line-height:45px; padding:0; font-size:20px; font-weight:bold; font-family:"Arial"; border-bottom: 1px solid #e5e5e5;}
.pro-article-right .descript{ margin:10px 0 0 0; overflow:hidden; font-size:14px; min-height: 180px;}
.pro-article-right .descript p{ margin:0; line-height:30px;}
.pro-art-pic .big-img{ padding:5px; border:1px solid #e5e5e5; width:100%; height:auto;}
.pic-list{ list-style:none; margin:38px 0 0 0; padding:0;}
.pic-list li{ list-style:none; padding:0 5px; cursor:pointer;}
.pic-list li:first-of-type{ margin-left:-5px;}
.pic-list li img{ padding:5px; border:1px solid #e5e5e5;}

@media (max-width:1400px){
	.pro-article-right .descript{ min-height: 150px;}
	.pic-list{margin:20px 0 0 0;}
}

@media (max-width:1200px){
	.pic-list{margin:28px 0 0 0;}
	.pro-article-right .descript{ min-height:auto;}
	.pic-list{margin:20px 0 0 0;}
        /* dean */
        .productNew .pic-list{margin: 0px 0 0 0;position: absolute;top: 0;}
        .productNew h3.title{position: absolute;top: 100px;}
        .productNew .descript{padding-top: 150px;}
        .showProductCate{display:none;}
        .showProductSearch{display:none;}
        .showCaseCate{display:none;}
        .showCaseSearch{display:none;}

}
@media (max-width:992px){
	.pro-article-right{ margin:20px 0;}
	.pro-article-right .descript{ margin:0;}
}
/*图片放大*/
div.zoomDiv{z-index:999; position:absolute; top:20px; left:0px; width:10px; height:10px; background:#ffffff; border:1px solid #e5e5e5; display:none;text-align:center;overflow:hidden;}
div.zoomDiv img{ max-width:none;}
div.zoomMask img{ max-width:none;}
div.zoomMask{position:absolute; background:url("../images/mask.png") repeat; cursor:move; z-index:1; -webkit-box-sizing:content-box; box-sizing:content-box; transition:none;}

/*图片放大*/

.pro-content-box{ margin-top:20px; font-size: 14px;}
.pro-content-box .pro-art-li{ list-style:none; margin:0; padding:0; background:#f6f6f6; border-radius:0; overflow:hidden; position:relative; top:0;}
.pro-content-box .pro-art-li li{ list-style:none; display:inline-block; padding:0 35px; height:40px; line-height:40px; cursor:pointer; float:left;}
.pro-content-box .pro-art-li li a{ color:#333; text-decoration:none; display:block; float:left; background:none;}
.pro-content-box .pro-art-li li.current, .pro-content-box .pro-art-li li:hover, .pro-content-box .pro-art-li li:hover a{ background:#90c42f; color:#FFF;}
.pro-contents{ padding:15px 0; display:none; line-height: 30px;}
.pro-contents p{ margin-bottom: 10px; }
.pro-contents img{max-width: 100%; height: auto;}
.pro-contents-cur{ display:block;}

.pro-related{margin-top: 20px; font-size: 14px;}
.pro-related .pro-related-box{margin:15px 0 5px 0;}
.pro-related .pro-related-list a{display: inline-block; overflow: hidden;}
.pro-related .pro-related-list{border:1px solid #e5e5e5;}
.pro-related .pro-related-list p{ height: 36px; line-height: 36px; text-align: center; background:#90c42f; color: #FFF; }

/********************* 产品中心 *************************/


/********************* 新闻列表页 *************************/

.article-list{background: #f6f6f6; padding: 20px 0; }
.article-list .article-list-first{ background: #FFF; padding: 20px; border:1px solid #e5e5e5; border-radius: 2px;}

.article-list-menu{margin: 0 0 20px 0;}
.article-list-menu .row{margin: 0;}
.article-list-menu .menu-li:first-child{ padding: 0; }
.article-list-menu .menu-li{padding:0 0 0 4px;}
.article-list-menu .menu-li a{display: block; font-size: 18px; text-align: center; height: 46px; line-height: 46px; background: #FFF;}
.article-list-menu .current a, .article-list-menu .menu-li a:hover{ background:#90c42f; color: #FFF;}

.article-list .article-list-pic a{display: block; overflow: hidden;}
.article-list-info{font-size: 14px; line-height: 30px; color: #999;}
.article-list-info h3 a{ font-size: 18px; font-weight: bold; height: 40px; line-height: 40px;  color: #90c42f;}
.article-list-info h3 a:hover{color: #90c42f;}

.article-list-box{ margin-top: 20px;}
.article-list-box-li{ background: #FFF; padding:15px 0; margin: 0 0 20px 0; border:1px solid #e5e5e5; border-radius: 2px;overflow: hidden; display: block; -webkit-transition: background 1s; -o-transition: background 1s; transition: background 1s;}
.article-list-box-li .article-list-info h3{ font-size: 16px; font-weight: bold; height: 30px; line-height: 30px;  color: #333; overflow: hidden;}
.article-list-box-li .article-list-info{line-height: 20px;}
.article-list-box-li .article-list-info .time{ line-height: 30px; }
.article-list-box-li .article-list-info .des{min-height: 40px;}
.article-list-box-li:hover{ background: #90c42f;}
.article-list-box-li:hover .article-list-info h3{ color: #FFF; }
.article-list-box-li:hover .article-list-info{ color: #FFF;}
/********************* 新闻列表页 *************************/
@media screen and (max-width: 992px) {
	.article-list-box-li .article-list-info h3{font-size: 12px;}
	.article-list-box-li .article-list-info .des{font-size: 12px; height: 80px; min-height: 80px; overflow: hidden;}
	
}

/********************* 新闻内容页 *************************/
.article-read{background: #f6f6f6; padding: 20px 0; }
.article-read .container{ background: #FFF; padding: 20px; border:1px solid #e5e5e5; border-radius: 2px;}
.article-read .new-list{margin-top: 10px;}
.article-read .new-list li{ height: 30px; line-height: 30px; font-size: 14px; overflow: hidden;}
.article-read .new-list li a{display:block; margin-right: 60px; height: 30px; overflow: hidden;}
.article-read .new-list li span.time{ display: inline-block; float: right; margin-top: -30px;}

.article-read .article-right{ padding: 0 15px 0 30px;}
.article-title{text-align: center; border-bottom: 1px solid #e5e5e5; padding-bottom: 15px;}
.article-title h3{ font-size: 20px;line-height: 40px; text-align: center; font-weight: bold;}
.article-title .title-info span{ padding: 0 5px; line-height: 30px; color: #999;}
#article-con{line-height: 30px; overflow: hidden; overflow: hidden!important; font-size: 14px; margin-top: 15px;}
#article-con p{ margin-bottom: 10px; }
#article-con img{max-width:100%; height: auto;}
/* 新闻分享 */
.share{list-style:none; margin:20px auto 0 auto; border-top:1px solid #e5efe5; border-bottom:1px solid #e5efe5; text-align:center; padding:0; overflow:hidden; height:80px; }
.share li{padding:0; margin:0; height:40px; padding:20px 0; box-sizing:content-box; display:inline-block; border-right:1px solid #e5efe5; transition:all 2s; transform-style: preserve-3d; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; -ms-transform-style: preserve-3d; }
.share li:last-of-type{border:0; }
.share li a:hover .icon img, .share li a .icon img:hover{-webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -o-transform:rotate(360deg); -ms-transform:rotate(360deg); transform:rotate(360deg); }
.share li a{display:block; float:left; padding:0 40px; }
@media (max-width:1200px){
	.share li a{display:inline-block; padding:0 20px; }
}
@media (max-width:768px){
	.share li a{display:inline-block; padding:0 30px; }
}
.share li .icon{display:inline-block; background:#666; margin-top:1px; width:38px; height:38px; border-radius:50%; float:left; }
.share li .icon img{ margin:0;transition:all 0.5s; transform-style: preserve-3d; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; -ms-transform-style: preserve-3d;} 
.share-word{display:inline-block; line-height:20px; float:left; text-align:left; color:#666; padding-left:10px; }
.neirong .info .share-word p{margin:0; padding:0; line-height:20px; }
/* 新闻分享 */
.page-btn{margin-top: 20px; font-size: 14px;line-height: 30px;}
.page-btn .next{ text-align: right; }
@media (max-width:992px){
	.page-btn .next{ text-align: left; }
}

/********************* 新闻内容页 *************************/

/********************* 服务支持 *************************/
.service-index{background: #f6f6f6; padding: 20px 0; }
.service-index .container{ background: #FFF; padding: 20px;}

.feature-box{margin-top: 16px; border-left:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5;}
.feature-box .row{margin:0px; overflow: hidden;}
.feature-box .feature-list{border-top:1px solid #e5e5e5; border-right:1px solid #e5e5e5; text-align: center; padding:30px 15px; margin: 0 0 -1px 0;}
.feature-box .feature-list a{display:block; text-align: center; line-height: 36px; font-size: 18px;}
.feature-box .feature-list a img{margin:0 auto;}
.feature-box .feature-list:hover img{ animation:flipInX 1s; }
.feature-box .feature-t{ margin-top: 5px; }

/*常见问题*/
.faq-box{margin-bottom: 20px;}
.faq-box .faq-list{ border:1px solid #e5e5e5; margin-top: 15px; padding: 15px; background: #f6f6f6;display: block;}
.faq-box .faq-list h3{ font-size: 16px; font-weight: bold; height: 36px; line-height: 36px; overflow: hidden; border-bottom: 1px solid #e5e5e5; text-overflow:ellipsis; white-space: nowrap;}
.faq-box .faq-list .info{  margin-top: 5px; line-height: 24px; min-height:120px; }
/*联系客服*/
.contact-box .contact-list{border-top:1px solid #e5e5e5; border-right:1px solid #e5e5e5; text-align: center; padding:15px 15px 45px 15px; margin: 0 0 -1px 0;}
.contact-box .contact-list{display:block; text-align: center; line-height: 36px; font-size: 18px;}
.contact-box .contact-list img{margin:0 auto;}
.contact-box .contact-list h3{ font-size: 18px; font-weight: bold; }
.contact-box .contact-list:hover img{ animation:flipInX 1s; }
/******************** 服务支持 *************************/

/******************** 常见问题列表 *************************/
.faq-list{background: #f6f6f6; padding: 20px 0; }
.faq-list .container{ background: #FFF; padding: 20px; border:1px solid #e5efe5; display: block;}

.h-menu{ border-top: 3px solid #90c42f; background: #f6f6f6;}
.h-menu ul{overflow: hidden;}
.h-menu ul li{float: left; display: inline;}
.h-menu ul li a{display: inline-block; height: 36px; line-height: 36px; padding:0 30px; font-size: 14px;}
.h-menu ul li a:hover, .h-menu ul li.current a{ background: #FFF; text-decoration: none;; color:#90c42f; }

.faq-box .faq-li{border-top: 3px solid #90c42f; padding: 15px; background: #f6f6f6; margin-top: 20px; display: block;}
.faq-box .faq-li h3{ font-size: 16px; font-weight: bold; margin-bottom: 5px;}
.faq-box .faq-li span.time{display: block; line-height: 30px; font-size: 14px; color: #999;}
.faq-box .faq-li .info{ line-height: 24px; min-height:120px;}
/******************** 常见问题列表 *************************/

/*下载页面*/
.download-table{ width: 100%; line-height: 30px;}
.download-table .first-tr{ background: #f6f6f6; border:1px solid #e5e5e5;}
.download-table th{ text-align: center;  padding:5px 10px; font-size: 14px; background:url(../images/load_Tline.jpg) no-repeat left center;}
.download-table th:first-child{ background: none;}
.download-table tr{ font-size: 14px; text-align: center; border-bottom:1px solid #e5e5e5;}
.download-table tr td{padding:5px 10px;}
.glyphicon-download-alt{ font-size: 18px; top:5px; }
.download-title{ text-align: left;}
.download-title a{ background: url(../images/load_tiicon.png) no-repeat left center; display:block; padding-left: 10px; overflow: hidden; height: 30px; color: #000; text-decoration: none;}
.download-title a:hover{ color:#90c42f;}
@media (max-width:992px){
	.download-table th{ padding:5px; font-size: 12px;}
	.download-table th:first-child{ width: 60%;}
	.download-table tr td{padding:5px;}
	.download-table tr{ font-size: 12px;}
	.glyphicon-download-alt{ font-size: 14px; top:3px; }


}
@media (max-width: 320px){
	.fanye .pagination span, .fanye .pagination a{
		padding: 0 13px;
	}
}

/*联系我们*/
.contact-word h1{ font-size: 20px; font-weight: bold; line-height: 40px;}
.contact-word p{line-height: 30px; font-size: 14px;}
.contact-word p img{ padding-right: 5px; height: 20px; vertical-align: middle;}
#allmap{ height: 300px; }
.contact-con{ overflow: hidden; border-bottom: 1px solid #e5e5e5; padding-bottom: 20px; margin-bottom: 20px; }

.people-intr .info{ font-size: 14px; line-height: 30px;}
.people-li{margin-bottom: 20px; border-bottom: 1px solid #e5e5e5; padding-bottom: 20px;}
@media (max-width:992px){
	.contact-word p{line-height: 30px; font-size: 12px;}
	.people-intr .info{ font-size: 12px; line-height: 30px;}
	#allmap{ height: 220px; }
}

/*在线留言*/
.mess-ul label{ font-size: 16px; font-weight: normal; padding-right: 10px;}
.mess-ul li{ margin: 10px 0; }
.mess-ul .mess-input{ background: #f6f6f6; border: 1px solid #e5e5e5; padding: 0 10px; display:inline-block; width: 90%; height: 40px; line-height: 40px; }
.mess-ul .mess-x{ color: #F00; padding-left: 10px; line-height: 40px; }
.mess-ul .mess-text{ background: #f6f6f6; border: 1px solid #e5e5e5; display:inline-block; width: 90%; resize: vertical; line-height: 40px; }
.lx-select{background: #f6f6f6; border: 1px solid #e5e5e5; padding: 0 20px; height: 40px; font-size: 14px; outline: 0; cursor: pointer;}
.mess-ts{ font-size: 18px; line-height: 30px; color: #666; padding: 65px 0 0px 0;}
.mess-ts2{ font-size: 18px; line-height: 30px; color: #666; padding: 5px 0 20px 0;}
.tel-bz{ color: #F00; font-weight: bold; font-size: 20px; }
.tj-btn, .cz-btn{ display: block; width: 100%; height: 60px; line-height: 60px; border:0; background:#074e9e; border-radius:5px; color: #FFF; font-size: 20px; margin:20px 0; outline: 0;}
@media (max-width:992px){
	.mess-ul label{ font-size: 12px; font-weight: normal; padding-right: 10px;}
	.mess-ul .mess-input{ background: #f6f6f6; border: 1px solid #e5e5e5; padding: 0 10px; display:inline-block; width: 75%; height: 40px; line-height: 40px; }
	.mess-ul .mess-text{ background: #f6f6f6; border: 1px solid #e5e5e5; display:inline-block; width: 75%; resize: vertical; line-height: 40px; }
}
/*知名客户*/
.zmkh .pic-link{ display:block; overflow: hidden;  border: 1px solid #e5e5e5; }
.zmkh .pic-link img{width: 100%; height: auto;}
.zmkh h3{ font-size: 16px; text-align: center; background: #90c42f; color: #FFF; height: 40px; line-height: 40px;}
.zmkh .zmkh-li{ margin-bottom: 20px;}
@media (max-width:992px){
	.zmkh h3{ font-size: 14px; text-align: center; background: #90c42f; color: #FFF; height: 30px; line-height: 30px;}
}

/*证书*/
.certificate .pro-pic{border:1px solid #e5e5e5; box-shadow: 2px 2px 5px #ccc; cursor: pointer}
@media (max-width:992px){
	.certificate .pro-pic{box-shadow:none;}
}
/********************************************************************************* 内页 **********************************************************************************************************************************/















/* 1200像素到1400像素 */
@media (max-width:1400px) {
	.page-banner{ padding:110px 0 0 0;}
	/*五大特点*/
	.business .box ul.items li {width: 234px; height: 300px;}
	.business .box ul.items li u {margin:0 29px;}
	/*代表客户*/
	.behalf .behalf-list{ height: 117px;}
	.behalf .behalf-list2{ top:137px;}
	.behalf .behalf-list1 li, .behalf .behalf-list2 li{height: 137px;}
	/*服务流程*/
	.service-lc .service-lc-box{ padding: 30px 0 30px 0px; }
}
/* 小于1200像素 */
@media (max-width:1200px) {
	/*logo*/
	header .logo{
		padding: 0 15px;
		margin: 23px 0;
	}
	/*五大特点*/
	.business .box ul.items li {width: 194px; height: 300px;}
	.business .box ul.items li u {margin:0 9px;}
	/*代表客户*/
	.behalf .behalf-list{ height: 95px;}
	.behalf .behalf-list2{ top:110px;}
	.behalf .behalf-list1 li, .behalf .behalf-list2 li{height: 110px;}
	/*关于我们*/
	.about .about-box{background-position: -500px center;}
	/*服务流程*/
	.service-lc .service-lc-box{ padding: 20px 0 20px 15px; }
	.service-lc .service-lc-box .service-title{ width: 15%; margin-top: 30px;}
	.service-lc .service-lc-box .service-lc-row{ width:85%;}
	.service-lc .service-lc-box .service-list{ margin: 7px 0; font-size: 12px;}
	.service-lc .service-lc-box .service-list span.icon{ float: left; display: inline-block; width:32px; line-height: 32px; font-size: 20px; height: 32px; text-align:center; color: #ccc;}
}
/* 小于992像素 */
@media (max-width:992px) {
	.page-banner{ padding:0;}
	/*logo*/
	header{ width: 100%; background:none; position: relative;}
	.head-con{padding: 0;}
	header .logo{padding:0; margin: 0; width: 50%; height: 60px;}
	header .logo img{ height: 100%; width: auto; max-width: auto;}
	.nav-menue{ font-size: 40px; line-height: 50px; margin: 10px 0; height: 40px; width: 50%; text-align: right; float:left; cursor: pointer; color: #000;}
	/*导航*/
	.wap-top-nav{ width: 100%; overflow: hidden; position: absolute; top: 50px; left: 0; display: none;}
	.wap-top-nav .wap-nav-ul li{ width: 100%; line-height:36px; cursor: pointer; border-top:1px solid #e6e6e6; background:#90c42f url(../images/nav-arrow.png) no-repeat 15px 15px; color:#FFF; text-indent: 15px; opacity: 0.95;}
	.wap-top-nav .wap-nav-ul li.home a{ display: block; text-indent: 30px;}
	.wap-top-nav .wap-nav-ul li.current{background:#333 url(../images/nav-arrow.png) no-repeat 15px 15px; color: #FFF; opacity: 1;}
	.wap-top-nav .wap-nav-ul li a{display: inline-block; color: #FFF; text-decoration: none;}
	.wap-top-nav .wap-nav-ul li a:hover, .wap-top-nav .wap-nav-ul li a:visited{ text-decoration: none; }
	.wap-top-nav .wap-nav-ul li .wap-sub-nav{display: none;}
	.wap-top-nav .wap-nav-ul li .wap-sub-nav li{background:none;}
	.wap-top-nav .wap-nav-ul li .wap-sub-nav li a{display: block; background:#90c42f url(../images/nav-arrow.png) no-repeat 30px center; padding: 0 0 0 45px; text-indent: 0;}

	/*幻灯*/
	.banner-bg{ padding:0;}

	/*五大特点*/
	.business .box ul.items li {width: 100%; height: 300px; background:url(../images/bg_green.png) no-repeat center 0; margin-bottom: 20px;}
	.business .box ul.items li:hover{ background-position: center 0;}
	.business .box ul.items li u {margin:0 272px;}
	.business .box ul.items li.pc i {background: url(../images/words.png) no-repeat -168px -357px; }
	.business .box ul.items li.mobi i {background: url(../images/words.png) no-repeat -337px -291px; }
	.business .box ul.items li.sys i {background: url(../images/words.png) no-repeat -327px -362px; }
	.business .box ul.items li.app i {background: url(../images/words.png) no-repeat -164px -439px; }
	.business .box ul.items li.host i {background: url(../images/words.png) no-repeat -335px -439px; }
	.business .box ul.items li u.cl {background: none;}
	.business .box ul.items li u.cr {background: none;}
	.business .box ul.items li strong {color: White;}
	.business .box ul.items li p {top: 20px;}
	/*产品特色展示*/
	.pro-theme{ padding: 30px 0; }
	.pro-theme .theme-con{ margin-top: 30px;  text-align: center;}
	.pro-theme .theme-con .word-des{ margin-top: 20px; }
	.theme-con .theme-itmes{ text-align: left; padding: 0 120px; }
	.pro-theme .theme-con .word-des{text-align: left;}
	/*代表客户*/
	.behalf .behalf-list{ height: 68px;}
	.behalf .behalf-list2{ top:83px;}
	.behalf .behalf-list1 li, .behalf .behalf-list2 li{height: 83px;}
	/*关于我们*/
	.about .about-box{background: #ececec;}
	/*新闻中心*/
	.news .company-news, .news .industry-news, .news .securiaty-news{ margin-bottom: 20px;}
	.news .securiaty-news{margin: 0;}
	/*咨询信息*/
	.consulting .problems, .consulting .solution, .consulting .lastest-case { margin-bottom: 20px; }
	.consulting .lastest-case{margin: 0;}
	/*网站底部*/
	footer{padding: 20px 0; margin: 0}

}
/* 小于768像素 */
@media (max-width:992px) {
	html{overflow-x:hidden; }
	.title .more{right:0;}
	.container{ padding:0 15px;}
	/*logo*/
	.head-top{ background:#FFF; height: 40px; padding: 10px 0; box-sizing: content-box;  width: 100%; }
	header{ width: 100%; background:none; position: relative;}
	.head-con{padding: 0 15px;}
	header .logo{padding:0; margin: 0; width: 50%; height: 40px;}
	header .logo img{ height: 100%; width: auto; max-width: auto;}
	.nav-menue{ font-size: 30px; line-height: 40px; margin:3px 0; height: 40px; width: 50%; text-align: right; float:left; cursor: pointer; color: #000;}
	/*导航*/
	.wap-top-nav{ width: 100%; overflow: hidden; position: absolute; top: 50px; left: 0; display: none;}
	.wap-top-nav .wap-nav-ul li{ width: 100%; line-height:36px; cursor: pointer; border-top:1px solid #e6e6e6; background:#90c42f url(../images/nav-arrow.png) no-repeat 15px 15px; color:#FFF; text-indent: 15px; opacity: 0.95;}
	.wap-top-nav .wap-nav-ul li.home a{ display: block; text-indent: 30px;}
	.wap-top-nav .wap-nav-ul li.current{background:#333 url(../images/nav-arrow.png) no-repeat 15px 15px; color: #FFF; opacity: 1;}
	.wap-top-nav .wap-nav-ul li a{display: inline-block; color: #FFF; text-decoration: none;}
	.wap-top-nav .wap-nav-ul li a:hover, .wap-top-nav .wap-nav-ul li a:visited{ text-decoration: none; }
	.wap-top-nav .wap-nav-ul li .wap-sub-nav{display: none;}
	.wap-top-nav .wap-nav-ul li .wap-sub-nav li{background:none;}
	.wap-top-nav .wap-nav-ul li .wap-sub-nav li a{display: block; background:#90c42f url(../images/nav-arrow.png) no-repeat 30px center; padding: 0 0 0 45px; text-indent: 0;}

	/*幻灯*/
	.banner-bg{ margin:60px 0 0 0; padding:0;}

	/*五大特点*/
	.business .box ul.items li {width: 100%; height: 300px; background:url(../images/bg_green.png) no-repeat center 0; margin-bottom: 20px;}
	.business .box ul.items li:hover{ background-position: center 0;}
	.business .box ul.items li u {margin:0 272px;}
	.business .box .caption i{font-size: 20px;margin-bottom:0;}
	.business .box .caption span{font-size: 20px;}
	.business .box ul.items li.pc i {background: url(../images/words.png) no-repeat -168px -357px; }
	.business .box ul.items li.mobi i {background: url(../images/words.png) no-repeat -337px -291px; }
	.business .box ul.items li.sys i {background: url(../images/words.png) no-repeat -327px -362px; }
	.business .box ul.items li.app i {background: url(../images/words.png) no-repeat -164px -439px; }
	.business .box ul.items li.host i {background: url(../images/words.png) no-repeat -335px -439px; }
	.business .box ul.items li u.cl {background: none;}
	.business .box ul.items li u.cr {background: none;}
	.business .box ul.items li strong {color: White;}
	.business .box ul.items li p {top: 20px;}
	/*产品特色展示*/
	.pro-theme .theme-title{ font-size: 20px; }
	.pro-theme .theme-des{ font-size: 14px; }
	.theme-con .theme-itmes{padding: 0 15px;}
	/*代表客户*/
	.behalf .wap-behalf-list{ margin:20px 0 0 0; position:relative; overflow:hidden;}
	.behalf{ padding: 0; }
	.behalf .wap-behalf-list1{ list-style:none;  padding:0; overflow:hidden; margin: 0 -10px;}
	.behalf .wap-behalf-list1 li{ margin-bottom: 20px; padding: 0 10px;}
	.behalf .wap-behalf-list1 li a{ display:block; padding: 0; margin:0; float:left; overflow:hidden; }
	.behalf .wap-behalf-list1 li a img{width:100%; height:auto;border: 1px solid #ccc;}

	/*最新产品*/
	.pro-con ul li h3{
		background: #90c42f;
		color: #FFF;
		font-size: 12px;
		height: 40px;
		overflow: hidden;
	}
	/*最新案例*/
	.als-container{overflow: hidden;}
	/*关于我们*/
	.about .about-box{background: #ececec;}
	/*我们的服务*/
	.service-box .tab-content{padding:30px 0px; margin: 2px 0 0 0}
	.tab-con-box{ padding: 0 10px; text-align: center;}
	.service-box .service-tab-con .des{text-align: left;}
	.service-box .service-tab-con .pic img{ width: 100%; height: auto; }
	.service-box .service-tabs li{border:0; border-bottom: 2px solid #f6f6f6;}
	.service-box .tab-content .service-cons{padding: 0 15px;}
	/*新闻中心*/
	.news .company-news, .news .industry-news, .news .securiaty-news{ margin-bottom: 20px;}
	.news .securiaty-news{margin: 0;}
	/*咨询信息*/
	.consulting .problems, .consulting .solution, .consulting .lastest-case { margin-bottom: 20px; }
	.consulting .lastest-case{margin: 0;}
	/*网站底部*/
	footer{padding: 20px 0; margin: 0}
	.ft-phone{ font-size: 16px; }
	.col-cus-2, .col-cus-3{width: 50%;}
	.feature-box .feature-list a{ font-size: 14px; }
	.pro-search{ margin: 20px 0;}
	.pro-related .pro-related-list{margin-top: 20px;}
	.pro-related .pro-related-box{margin:0px 0 5px 0;}
	.pro-menue{margin-bottom: 20px;}
	.products-list .figure-li .pro-des{ background:#90c42f;}
	.products-list .figure-li:hover .pro-pic .zz, .products-list .figure-li:hover .pro-des .word-zz{top:-101%; visibility:hidden;}
	.products-list .figure-li .pro-des a, .products-list .figure-li .pro-des .xh{ color: #FFF; }
	.article-list{padding: 0;}
	.about-read .article-left{padding: 0 15px;}
	.about-read .container{padding: 15px 0px}
	.page-about .words .h3{margin: 10px 0 10px 0;}

	.contact-box .contact-list h3{ font-size: 12px; }
	.ft-mobile{font-size: 16px;}
	.products-list .figure-li a h3, .products-list .figure-li .xh{ font-size: 12px; }
	.products-list .figure-li .pro-des h3{color: #FFF;}
}

/* 在线客服 */
.side{position:fixed;width:53px;right:2px;top:40%;z-index:999;}
.side ul li{width:53px;height:47px;float:left;position:relative;margin-bottom:3px;}
.side ul li .sidebox{position:absolute;width:53px;height:47px;top:0;right:0;transition:all 0.3s;color:#fff;font-size:14px;line-height:47px;overflow:hidden;background:#ea1a5e;border-radius:3px;}
.side ul li img{float:left;}
.side ul li a#top_btn{background:url(../images/top.png) no-repeat;cursor: pointer;width:53px;height:47px;display:block;transition:all 0.3s;}
.side ul li a:hover#top_btn{background:url(../images/tz.png) no-repeat;}

/* 弹出样式 */
.wxBj,.lyBj{z-index:99998;position:fixed;top:0;left:0;width:100%;height:100%;opacity:0.9;display:none;filter:alpha(opacity=90);background: rgba(0,0,0,.9);}

.wxCont,.lyCont{z-index:99999;position:fixed; top:50%; margin-top:-225px; left:50%; margin-left: -335px; background:#fff; display:none; text-align:center; border-top:12px solid #084e9e;}
.wxClose,.lyClose{width:30px;height:31px;position:absolute;top:-45px;right:-40px;cursor:pointer;}
.wxClose a img,.lyClose a img{transition:All 0.4s ease-in-out;
  -webkit-transition:All 0.4s ease-in-out;
  -moz-transition:All 0.4s ease-in-out;
  -o-transition:All 0.4s ease-in-out;}
.wxClose a:hover img,.lyClose a:hover img{transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  -o-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
}
.wxContBox{width:235px;float:left;margin:40px 50px;overflow:hidden;}
.wxContBox h3{font-size:18px;font-weight:bold;color:#333;}
.wxContBox p{line-height:20px;padding-top:30px;}
.wxContBox img{margin-top:35px;}
@media (max-width:992px) {
	.wxContBox{width:200px;float:left;margin:10px 20px;overflow:hidden;}
	.wxCont,.lyCont{margin-left: -120px; margin-top:-170px;}
	.wxContBox h3{font-size:16px;font-weight:bold;color:#333;}
	.wxContBox img{margin-top:15px;}
	.wxContBox p{line-height:20px;padding-top:15px;}
	.ft-left{padding: 0; padding-bottom:15px; border-bottom: 1px solid #e5e5e5; margin: 0 15px 15px 15px;}
	.kjrk{ padding: 0; padding-bottom:5px; border-bottom: 1px solid #e5e5e5; margin: 0 15px 15px 15px;}
	.ft-li li span{padding: 0 8px;}
	.position{ font-size: 12px; }
}
@media (max-width:320px) {
	.ft-mobile{margin-left: 5px;}
}

.article-right .products-list{ margin-top: 20px; }
.article-right .products-list .figure-li h3{ padding: 10px 0px 0px 0px; font-size: 14px; font-weight: bold; height: 20px; box-sizing: content-box; line-height: 20px;overflow: hidden; position: relative; z-index: 2;}
.article-right .products-list .figure-li:hover .pro-pic .zz, .article-right .products-list .figure-li:hover .pro-des .word-zz{top:0; visibility:visible; display: none;}
@media (max-width:992px) {
	.article-right .products-list .figure-li h3{ font-size: 12px; }
}
.contact-us{ border-bottom:1px solid #e5e5e5; padding-bottom:20px; margin:0 0px 20px 0px; font-size: 14px; line-height: 30px;}
.contact-us .title{ margin-bottom:10px; border: 0; height: auto;}
.contact-us p img{ padding-right:5px;}
.contact-us .contact-li{ padding:0;}
@media (max-width:992px) {
	.contact-us{ font-size: 12px; }
}