﻿@charset "utf-8";
html {
	color:#000;
	background:#FFF;
	overflow-y:scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del, ins {
	text-decoration:none;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
input, button, textarea, select, optgroup, option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
input, button, textarea, select {
*font-size:100%;
}
input, select {
	vertical-align:middle;
}
body {
	font:12px/1.231 arial, helvetica, clean, sans-serif;
}
select, input, button, textarea, button {
	font:99% arial, helvetica, clean, sans-serif;
}
table {
	font-size:inherit;
	font:100%;
	border-collapse:collapse;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
*font-size:108%;
	line-height:100%;
}
.txtboxcs {
	border:solid 1px #ccc;
	height:22px;
}
h1 {
	font-size:32px;
}
h2 {
	font-size:26px;
}
h3 {
	font-size:20px;
    text-align:center;
}
h4 {
    font-size: 14px;
    text-align: center;
}
h5 {
	font-size:12px;
}
h6 {
    font-size: 10px;
    text-align: center;
}
.mt10 {
	margin-top:10px;
}
/*common.css*/
html, body {
	-webkit-text-size-adjust:none;
	-blink-text-size-adjust:none;
}
body {
	color:#666;
	font-size:12px;
	font-family:"Microsoft Yahei";
} /*网站字体颜色*/
a {
	color:#666;
	text-decoration:none;
}  /*for ie f6n.net*/
a:focus {
	outline:0;
} /*for ff f6n.net*/
a:hover {
	text-decoration:underline;
}
.vam {
	vertical-align:middle;
}
.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}
p {
	word-spacing:-1.5px;
}
.tr {
	text-align:right;
}
.tl {
	text-align:left;
}
.center {
	text-align:center;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.fn:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.fn {
	zoom:1;
}
.pa {
	position:absolute;
}
.pr {
	position:relative
}
/* -- 购物车外部框架 -- */
.cart_header, .cart_content, .cart_footer {
	width:760px;
	margin:0 auto;
}
/* -- 页面整体布局 -- */
.content, .footer {
	width:1002px;
	margin:0 auto;
}
.h_nav li a:-webkit-any-link {
display:block;
}
em {
	font-style:normal;
}
/*头部开始*/
.header {
	height:85px;
	width:100%;
	overflow:hidden;
    top:0;
    position: fixed;
	z-index: 1020;
    background-color:#fff;
    border-bottom:1px solid #eee;
    -webkit-box-shadow: 0px 2px 5px rgba(100, 100, 100, 0.3);
	-moz-box-shadow: 0px 2px 5px rgba(100, 100, 100, 0.3);
	box-shadow: 0px 2px 5px rgba(100, 100, 100, 0.3);
}
.header div{width:1160px;margin:0 auto;}
.logo {
	width:230px;
	float:left;
	padding:20px 0px 0 0;
}
.logo img {
	height:55px;
	margin-left:10px;
}

.menu {
	float:right;
    padding-top:36px;
}
.menu li {
	float:left;
}
.menu li a {
	display:inline-block;
	width:70px;
	text-align:center;
	color:#555;
	font-size:16px;
	background:url(../images/line_1.gif) no-repeat right center;
}
.menu li a:hover {
	text-decoration:none;
}
.menu .active a, .menu li a:hover {
	color:#000;
}
.menu .active a em, .menu li a:hover em {
	color:#000;
}

/*banner*/
.banner {
	width:100% !important;
}

.pb-carouselWarp {
    position: relative;
    width: 600px;
    height: 520px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.pb-carouselWarp .pb-carousel {
  position: relative;
  height: 100%;
}
.pb-carouselWarp .pb-carousel li {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pb-carouselWarp .pb-carousel li img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.pb-carouselWarp .pb-carousel .pb-this {
  display: block;
  left: 0;
}
.pb-carouselWarp .pb-carousel-ind {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.pb-carouselWarp .pb-carousel-ind li {
  float: left;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
  cursor: pointer;
}
.pb-carouselWarp .pb-carousel-ind .pb-this {
  background-color: #000;
}
.pb-carouselWarp .pb-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: none;
  filter:alpha(opacity:20); opacity:0.2;  -moz-opacity:0.2;-khtml-opacity: 0.2;
}
.pb-carouselWarp .pb-arrow-prev {
  left: 20px;
  background: url(../images/prev.png) no-repeat center;
}
.pb-carouselWarp .pb-arrow-next {
  right: 20px;
  background:url(../images/next.png) no-repeat center;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind {
  position: absolute;
  width: 15px;
  top: 50%;
  left: auto;
  bottom: auto;
  right: 20px;
  transform: translateY(-50%);
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind li {
  float: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 5px 0;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind .pb-this {
  background-color: #000;
}
.pb-carouselWarp[type='updown'] .pb-arrow {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -20px;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.pb-carouselWarp[type='updown'] .pb-arrow-prev {
  top: 20px;
  background: #000000 url(../img/arrow-top.png) no-repeat center;
}
.pb-carouselWarp[type='updown'] .pb-arrow-next {
  top: auto;
  bottom: 20px;
  background: #000000 url(../img/arrow-bottom.png) no-repeat center;
}

.sys {
    width: 1180px;
    margin: 0 auto;
    padding: 40px 0;
}
.service-box {
    width:24%;float:left;
    background-color: #fff;
    padding: 40px 45px;
    margin: 10px;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(28,31,33,0.15);
    -moz-box-shadow: 0px 3px 7px 0px rgba(28,31,33,0.15);
    box-shadow: 0px 3px 7px 0px rgba(28,31,33,0.15);
}

.agileinfo-about-grid,
.service-left-grid {
    padding: 0;
}

.service-subgrids {
    padding: 0;width:33%;display:block;float:left;
}

.container2 {
    width: 100%;
    margin: 0 auto;
}

.container2 h3.title-txt {
    text-align: left;
    margin-bottom: 0.5em;
}

h3.title {
    color: #000;
    font-size: 1.6em;
    text-transform: capitalize;
}

.services-left {
    width: 100%;
}

.services-left h4 span {
    font-weight: 600;
    color: #026fbf;
}

.services-left h4 {
    margin: 1em 0 0.5em;
    color: #000;
    line-height: 1.5;
    font-size: 1.4em;
}
.w3ls-about-grid {
    padding: 15px 20px;
}
.w3ls-about-grid h6 {
    text-transform: capitalize;
    font-size: 1.5em;
    margin: 1em 0;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 700;
}

.w3ls-about-grid p {font-size:14px;
    color: #000;text-align:center;
}

.w3ls-about-grid i {
    color: #026fbf;
    font-size: 3em;
}
.service-subgrids:nth-child(odd) {
    background: #026fbf;
}

.service-subgrids:nth-child(odd) p,
.service-subgrids:nth-child(odd) h6,
.service-subgrids:nth-child(odd) .w3ls-about-grid i {
    color: #fff;
}

.service-subgrids:nth-child(2) {
    background: #fff;
}

.service-subgrids:nth-child(4) {
    background: #fff;
}

.service-subgrids:nth-child(6) {
    background: #fff;
}

.about-agile a:hover {
    background: #39cad3;
    color: #fff;
}

.control-box{width:1175px;height:450px;cursor:pointer;background-image:url(../images/hots_bg.png);background-size:1055px;background-repeat:no-repeat;background-position:60px 350px;margin-left:auto;margin-right:auto}.control-box ul{list-style:none;position:relative}.control-box ul li{position:absolute;top:150px;cursor:pointer}.prev{left:0}.next{right:0}.bigbox{overflow:hidden;width:1032px;height:390px;margin:auto 70px}#switcher{height:390px;left:0}.content_1.content_2{width:100%;float:left}.box{transition:all .7s ease 0s;width:255px;height:300px;float:left;border-left:3px #549de3 solid}.box:hover{opacity:.5}.shadow{width:255px;height:60px;background-color:rgba(0,0,0,.45);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);margin-top:130px;color:#fff;font-size:14px}.shadow a{display:inline-block;width:225px;height:60px;color:#fff;text-decoration:none;margin-left:18px;margin-top:10px}
.box {
    transition: all .7s ease 0s;
    width: 285px;
    height: 180px;
    float: left;
    border-left: 10px #549de3 solid;
}

#accordion .panel{
		    border: none;
		    box-shadow: none;
		    border-radius: 0;
		    margin: 0 0 15px 10px;
		}
		#accordion .panel-heading{
		    padding: 0;
		    border-radius: 30px;
		}
		#accordion .panel-title span{
		    display: block;
		    padding: 12px 20px 12px 50px;
		    background: #ebb710;
		    font-size: 18px;
		    font-weight: 600;
		    color: #fff;
		    border: 1px solid transparent;
		    border-radius: 30px;
		    position: relative;
		    transition: all 0.3s ease 0s;
		}
#accordion .panel-title span:after,
#accordion .panel-title span.collapsed:after {
    content: "\e6f3";
    font-family: ZenIcon;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background: #ebb710;
    font-size: 32px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    position: absolute;
    top: -5px;
    left: -20px;
    transition: all 0.3s ease 0s;
}
		#accordion .panel-body{
		    padding: 20px 25px 10px 9px;
		    background: transparent;
		    font-size: 14px;
		    color: #8c8c8c;
		    line-height: 25px;
		    border-top: none;
		    position: relative;
		}
		#accordion .panel-body p{
		    padding-left: 25px;
		    border-left: 1px dashed #8c8c8c;
		}

#new_box {
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 0
}

.new_con {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px
}

.newtel {
    height: 30px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    font-family: 微软雅黑;
    font-size: 19px;
    color: #666
}

.new_telst {
    width: 640px;
    margin: 0 auto;
    position: relative;
    top: 6px;
    text-align: center
}

    .new_telst li {
        width: 126px;
        line-height: 30px;
        text-align: center;
        float: left;
        display: inline;
        font-family: 微软雅黑;
        color: #fff;
        cursor: pointer
    }

        .new_telst li.newon {
            color: yellow;
            font-weight: 700
        }

    .new_telst p {
        position: absolute;
        top: 34px;
        left: 0;
        width: 126px;
        height: 7px;
        border-top: 3px solid yellow;
        overflow: hidden;
        text-align: center
    }

    .new_telst b {
        display: inline-block;
        width: 0;
        height: 0;
        margin-top: -3px;
        border-style: solid dashed dashed dashed;
        border-width: 9px;
        border-color: #217af0 #fff #fff #fff;
        overflow: hidden;
        zoom: 1;
        font-size: 0
    }

.new_lst {
    height: 200px;
    position: relative;
    overflow: hidden;
    display: none;
    margin-top: 10px;
    padding-top: 20px
}

    .new_lst ul {
        position: absolute;
        left: 0
    }

.new-wrap {
    margin-top: 30px
}

    .new-wrap .show {
        display: block
    }

li.new_cnlf {
    width: 370px;
    float: left
}

    li.new_cnlf p {
        width: 100%
    }

p.newlf_tel a {
    color: #217af0;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    display: block
}

    p.newlf_tel a:hover {
        color: #c33
    }

p.newlf_tx {
    font-size: 14px;
    line-height: 26px;
    color: #999;
    height: 105px;
    overflow: hidden
}

li.new_cnrf {
    float: right;
    width: 820px;
    margin-left: 10px
}
div.new_lst{font-size:15px;line-height:32px;padding-left:30px;}


.box-simple {
  text-align: center;
  margin-bottom: 48px;
}
.box-simple h3 {
  font-weight: normal;
  font-size: 24px;
  line-height: 1.5;
  color: #555555;
  font-weight: 400;
}
.box-simple h3 a {
  color: #555555;
}
.box-simple p {
  color: #999999;
}
.box-simple:hover .icon {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.box-simple:hover .icon i {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.box-simple.box-white {
  padding: 20px;
  border: dotted 1px #999999;
}
.box-simple.box-white .icon {
  color: #555555;
  border-color: transparent;
  font-size: 70px;
}
.box-simple.box-dark {
  padding: 20px;
  border: dotted 1px #999999;
  background: #555555;
  color: #fff;
}
.box-simple.box-dark .icon {
  color: #f7f7f7;
  border-color: transparent;
  font-size: 70px;
}
.box-simple.box-dark h3 {
  color: #fff;
}
.box-simple.box-dark h3 a {
  color: #fff;
}
.box-simple.box-dark p {
  color: #fff;
}

.box-simple:hover .icon {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.box-simple:hover .icon i {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.box-simple.box-white {
  padding: 20px;
  border: dotted 1px #999999;
}
.box-simple.box-white .icon {
  color: #555555;
  border-color: transparent;
  font-size: 70px;
}
.box-simple.box-dark {
  padding: 20px;
  border: dotted 1px #999999;
  background: #555555;
  color: #fff;
}
.box-simple.box-dark .icon {
  color: #f7f7f7;
  border-color: transparent;
  font-size: 70px;
}
.box-simple.box-dark h3 {
  color: #fff;
}
.box-simple.box-dark h3 a {
  color: #fff;
}
.box-simple.box-dark p {
  color: #fff;
}

/*底部开始*/
.ft_bg {
	background:#2D2F30;
	padding-top:20px;
	height:75px;
	text-align:center;
	color:#ddd;
}
.footer a {
	color:#ddd;
}
.ft_txt {
	font-size:14px;
	line-height:26px;
	margin-bottom:5px;
}
.ft_txt img {
	vertical-align:middle;
}
.ft_tel {
	display:inline-block;
	background:url(../images/tel2.gif) left center no-repeat;
	height:26px;
	line-height:26px;
	padding-left:18px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:30px;
	margin-bottom:30px;
}
.ft_jg {
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.ft_jg a {
	display:inline-block;
	padding:0 5px;
	font-weight:normal;
}
/*底部结束*/


.rt_float {
	width: 50px;
	position: fixed;
	right:8px;
	bottom: 100px;
	_position: absolute;
_top: expression(eval(document.documentElement.scrollTop)+120);
	z-index:99999;
}
.rt_float .on_hide {
	float:right;
	margin-bottom:20px;
}
.on_show {
	clear:right;
	width:150px;
	position:relative;
}
