﻿@charset "utf-8";
.page2{ width:600px; margin:0 auto; clear:both;}
.page2 li{ float:left; margin:0 10px 0 0;}
.page2 a{ padding:5px; background:#999; border:#888 1px solid; line-height:12px; display:block; color:#fff; text-align:center;}
.page2 a:hover{ border-color:#333; color:#333;padding:5px; margin:0;}
.page2 .current{ border-color:#333; color:#333;padding:5px; margin:0;}
.page2 span{float:left; display:block; height:25px; line-height:25px; padding:0 5px;}
/* Basic CSS starts */

*{
	font-family: Microsoft YaHei,Helvetica,Arial,sans-serif;
	white-space: normal;
	padding:0px;
	margin:0px;
}
body
{
    font-size:14px;
}

h1,h2,h3,h4,h5,h6{
	font-weight: bold;
}
ul, li {
    list-style: none;
}
p{
	margin:0;
	padding:0;
}
a{
    cursor:pointer;
}
a,a:hover,a:active,a:focus{
	 text-decoration:none;
}

a:hover{

}

a:hover,a:active,a:focus {
	outline: 0;
}

hr{
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dbd8d8;
}

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}
.clearfix {
    _zoom: 1;
}
.font12{
    font-size:12px;
}
.font14{
    font-size:14px;
}
.font16{
    font-size:16px;
}
.font18{
    font-size:18px;
}
.font20{
    font-size:20px;
}
.center{
    text-align:center;
}
.font-weight{
    font-weight:bold;
}
.no_weight{
    font-weight:500;
}
.colorred{
    color:#E50014;
}
.color000{
    color:#000000;
}
.color333{
    color:#333333;
}
.color6c6{
    color:#6C6C6C;
}
.color666{
    color:#666666;
}
.color999{
    color:#999999;
}
.P0{
    padding:0px;
}
.PT0{
    padding-top:0px;
}
.PB0{
    padding-bottom:0px;
}
.P5{
    padding:5px;
}
.P10{
    padding:10px;
}
.P15{
    padding:15px;
}
.PT0{
    padding-top:0px;
}
.PT5{
    padding-top:5px;
}
.PT10{
    padding-top:10px;
}
.PT15{
    padding-top:15px;
}
.PT20{
    padding-top:20px;
}
.PT30{
    padding-top:30px;
}
.PB0{
    padding-bottom:0px;
}
.PB5{
    padding-bottom:5px;
}
.PB10{
    padding-bottom:10px;
}
.PB10 { width:100%}
.PB10 img { width:100%}
.PB15{
    padding-bottom:15px;
}
.PB20{
    padding-bottom:20px;
}
.PTB5{
    padding:5px 0px;
}
.PTB10{
    padding:10px 0px;
}
.PTB15{
    padding:15px 0px;
}
.PTB20{
    padding:20px 0px;
}
.PTB25{
    padding:25px 0px;
}
.PTB30{
    padding:30px 0px;
}
.PTB35{
    padding:35px 0px;
}
.PTB40{
    padding:40px 0px;
}
.MT0{
    margin-top:0px;
}
.MT20{
    margin-top:30px;
}
.MT30{
    margin-top:30px;
}
.MB10{
    margin-bottom:10px;
}
.MB15{
    margin-bottom:15px;
}
.MB20{
    margin-bottom:20px;
}
.MB30{
    margin-bottom:30px;
}
.MB40{
    margin-bottom:40px;
}
.MB50{
    margin-bottom:50px;
}
.btn {
    display: inline-block;
    height: 45px;
    padding: 0 20px;
    line-height: 45px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    -ms-border-radius:50px;
    -o-border-radius:50px;
    border-radius:50px;
}
.btn.btn-solid {
    background: #E50014;
    color: #ffffff;
}
.btn.btn-solid:hover {
    background: #D20010;
}
.img-responsive{
    display:inline-block;
}
/***********************************header************************************/
.agileits_top_menu {
    background: #C81B20;
    padding: 0.22em 1em;
}
.w3l_header_left {
    margin: .3em 0 0;
}
.w3l_header_left ul li {
    display: inline-block;
    margin-right: 2em;
    font-size: 13px;
    color: #FFF;
    letter-spacing: 1px;
    width:100%;
    text-align:center;
}
.w3l_header_left ul li i {
    padding-right: 0.2em;
    color: #FFF;
}
.w3l_header_left ul li a {
    color: #FFF;
    letter-spacing: 1px;
    text-decoration: none;
}
.container-navbar{
    max-width: 1000px;
    margin: 0 auto;
}
.navbar-default {
    background-color: #ffffff;
    height:88px;
    position: relative;
    margin-bottom:0px;
    border:none;
}
.navbar-default .navbar-brand {
    padding:0px;
    padding-top: 13px;
    padding-right: 16px;
}
.navbar-default .navbar-nav {
    width:100%;
}
.navbar-default .navbar-nav > li {
    width:20%;
    text-align:center;
}
.navbar-default .navbar-nav > li > a {
    padding:35px 0px 35px 0px;
    font-size:14px;
    color:#000;
    width:100%;
}
.navbar-default .navbar-nav > li:last-child > a {
    border-right:none
}
.navbar-default .navbar-nav > .cur > a, .navbar-default .navbar-nav > .cur > a:focus, .navbar-default .navbar-nav > .cur > a:hover {
    color:#C81B20;
}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > .cur > a,.navbar-default .navbar-nav > li:hover > a{
    color: #C81B20;
}
.navbar-default .navbar-nav > li{
    position:relative;
}
 /***********************************Slider************************************/
 .callbacks_container{
     position:relative;
 }
#slider3,#slider4 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks_nav.prev {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -15px;
    width: 25px;
    height: 39px;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    background: transparent url("../images/icons.png") no-repeat;
    background-position: 0 0;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    width: 25px;
    height: 39px;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    background: transparent url("../images/icons.png") no-repeat;
    background-position: -25px 0;
}
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 9px;
    border-radius: 18px;
    width: 9px;
    display: inline-block;
    background: #fff;
	border:1px solid #fff;
}
.callbacks_here a:after{
	background: #C81B20;
    border-color:#C81B20;
}
.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: 15px;
    z-index: 111;
    left: 0;
    padding: 0;
    margin: 0;
    width:100%;
    text-align:center;
}
.callbacks_tabs li{
	display:inline-block;
}

/***********************************通用************************************/
.btn_tab{
    text-align:center;
}
.btn_tab a{
    display: inline-block;
    width: 80px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #000;
    border-bottom: 2px solid #C81B20;
    cursor:default;
}
.btn_tab_none a{
    border:none;
}
.more_plan a {
    display: inline-block;
    width: 120px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    background: #C81B20;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #C81B20;
}
.more_plan a:hover {
    background: #AC171C;
}
/***********************************index************************************/
.mainWidth{
    max-width:1000px;
    margin:0 auto;
}
.heng_box {
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2% 0px 2%;
}
.heng_box .plan_com {
    max-width: 1000px;
    margin: auto;
}
.heng_box_1{
    /*background: #ECECEC;*/
}
.heng_box_1 .plan_com .c1_list .heng_box_1{
    padding:10px;
}
.heng_box_1 .plan_com .c1_list .item{
    background:#ffffff;
    font-size:16px;
    margin:0px;
    display:block;
    overflow:hidden;
    padding: 0px;
    font-size:14px;
    color:#333333;
}
.heng_box_1 .plan_com .c1_list .c1_img{
   display:block;
   width:100%;
   overflow:hidden;
   border:1px solid #ddd;
}
.heng_box_1 .plan_com .c1_list .item .c1_titleText{
    display:inline-block;
    width:100%;
    color:#333333;
    padding: 10px 10px 10px 10px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:center;
}
.heng_box_1 .plan_com .c1_list .item .c1_desc{
   padding: 0px 10px;
   text-align:left;
   min-height:60px;
   height:60px;
   overflow:hidden;
}
.heng_box_1 .plan_com .c1_list .item .cl_time{
    padding: 0px 10px;
    margin-top:10px;
    margin-bottom:15px;
   text-align:left;
}
.heng_box_1 .plan_com .c1_list .item .cl_time .right{
    float:right;
}
.heng_box_1 .plan_com .c1_list .item .cl_time .fa{
    padding-right:3px;
}
.heng_box_1 .plan_com .c1_list .item .c1_img img{
    width:100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.heng_box_1 .plan_com .c1_list .item .c1_img img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.heng_box_gray{
    background:#F1F1F1;
    width:100%;
}
.heng_box_gray_shallow{
    background:#F3F3F3;
    width:100%;
}
.heng_box_2 .c1_list .ul_list li{
    padding:10px 0px;
}
.heng_box_2 .c1_list .ul_list li span,.heng_box_2 .c1_list .ul_list li a{
    font-size:14px;
    color:#757575;
}
.heng_box_2 .c1_list .ul_list li a:hover{
    color:#C81B20;
}
.heng_box_2 .c1_list .ul_list_2 li{
    padding:10px 0px;
    min-height:10px;
    overflow-y:auto;
}
.heng_box_2 .c1_list .ul_list_2 li p{
    padding-top:30px;
}
.heng_box_2 .c1_list .ul_list_2 li img{
    vertical-align:sub;
}

/***********************************成功案例************************************/
.pictrueCont .banner {
    text-align: center;
}
.pictrueCont .banner .div_img {
    max-width: 800px;
    overflow: hidden;
    margin: 0 auto;
    background: url(../images/pc_bg.png) no-repeat;
    background-size: 100%;
    padding: 2.8% 2.5% 25% 2.5%;
}
.pictrueCont .banner img {
    max-width: 800px;
    display: inline-block;
}
.pictrueCont .callbacks_nav.prev, .pictrueCont .callbacks_nav.next {
    display: inline-block;
    width: 40px;
    height: 64px;
    cursor: pointer;
    top: 35%;
}
.pictrueCont .callbacks_nav.prev {
    background: url(../images/btn_l.png) no-repeat;
}
.pictrueCont .callbacks_nav.next {
    background: url(../images/btn_r.png) no-repeat;
}
.pictrueCont .callbacks_nav.prev:hover,.pictrueCont .callbacks_nav.prev:focus,.pictrueCont .callbacks_nav.prev:active{
    background: url(../images/btn_l_hover.png) no-repeat;
}
.pictrueCont .callbacks_nav.next:hover,.pictrueCont .callbacks_nav.next:focus,.pictrueCont .callbacks_nav.next:active{
    background: url(../images/btn_r_hover.png) no-repeat;
}
.pictrueCont .callbacks_tabs{
    display:none;
}
.detailCont{
    padding-top:30px;
    padding-bottom:30px;
}
.detailCont p{
  line-height:33px;
}
.detailCont .red_bg{
   padding:3px 8px;
   text-align:center;
   background:#D21F24;
   color:#FFFFFF;
   margin-right:10px;
}
.detailCont .desc{
    line-height:25px;
    letter-spacing:2px;
    padding-top:20px;

}
/***********************************联系我们************************************/
.heng_box_enterprise .plan_com .c1_list .item{
    color:#323232;
    font-size:14px;
    padding:0px;
    margin:0px;
    text-align: center;
}
.heng_box_enterprise .plan_com .c1_list .item .c1_titleText{
    font-size:16px;
}
.heng_box_enterprise .plan_com .c1_list .item .c1_img{
    padding:10px;
    background:#FEF8D3;
}
.heng_box_enterprise .plan_com .c1_list .item .c1_img img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.heng_box_enterprise .plan_com .c1_list .item .c1_img img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.heng_box_enterprise .plan_com .c1_detail .detailsCont{
    font-size:13px;
    color:#535354;
}
.heng_box_enterprise .plan_com .c1_detail .detailsCont p{
    line-height:25px;
}
.heng_box_enterprise .plan_com .c1_detail .div_map{
    padding:10px;
    border:1px solid #F0F0F0;
}
.heng_box_enterprise .plan_com .c1_detail .div_message{
    font-size:14px;
    color:#535354;
}
.heng_box_enterprise .plan_com .c1_detail .div_message .item_B{
    border-bottom:1px solid #F0F0F0;
}
.heng_box_enterprise .plan_com .c1_detail .div_message input{
    border:none;
    padding:10px 0px;
    padding-left:15px;
}
.heng_box_enterprise .plan_com .c1_detail .div_message .btnSubmit{
     display:inline-block;
     width:120px;
     height:40px;
     line-height:40px;
     text-align:center;
     color:#FFFFFF;
     background:#D21F24;
     margin-top:30px;
     margin-bottom:20px;
}
.heng_box_enterprise .plan_com .c1_detail .div_message .btnSubmit:hover{
     opacity:0.8;
}
.heng_box_enterprise .plan_com .c1_detail .div_title{
    background:none;
}
.heng_box_enterprise .plan_com .c1_list .item_A .c1_img{
    background:none;
}
/***********************************网站开发************************************/
.tab-tit .tab-tit-item {
    text-align: center;
    cursor: pointer;
    padding: 0 0 20px;
}
.tab-tit .active {
    background: url(../images/cloud-tab-arrow.png) no-repeat bottom;
}
.zq-icon {
    display: inline-block;
    background: url(../images/new300-sprite-icon.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
}
.icon100x100 {
    width: 100px;
    height: 100px;
}
.cloud-icon-1 {
    background-position: 0 0;
}
.cloud-icon-2 {
    background-position: -100px 0;
}
.cloud-icon-3 {
    background-position: -200px 0;
}
.cloud-icon-4 {
    background-position: -300px 0;
}
.tab-tit .active .cloud-icon-1 {
    background-position: 0 -100px;
}
.tab-tit .active .cloud-icon-2 {
    background-position: -100px -100px;
}
.tab-tit .active .cloud-icon-3 {
    background-position: -200px -100px;
}
.tab-tit .active .cloud-icon-4 {
    background-position: -300px -100px;
}
.tab-tit .tab-tit-item p {
    font-size: 16px;
    color: #464646;
}
.tab-tit .active p {
    color: #03ebfe;
}
.tab-con-item{
    display:none;
    width:100%;
    padding:15px;
    background:#F5F5F5;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    border-radius:5px;
}
.item_wz{
    color:#FFFFFF;
    background:#FE6D68;
    margin-top:35px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    border-radius:5px;
}
.item_wz_2{
    background:#95CEE9;
}
.item_wz .title{
    padding:10px;
    font-size:16px;
    text-align:center;
    background:#FF4842;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.item_wz_2 .title{
    background:#469BC2;
}
.item_wz .desc{
    padding:10px;
    font-size:14px;
    line-height:30px;
    text-align:left;
    letter-spacing:2px;
    min-height:230px;
}
.heng_box_2 .img_vs{
    padding-top:100px;
}
/***********************************新闻动态************************************/
.detailCon_new .desc{
    line-height:20px;
    letter-spacing:1px;
}
/***********************************footer************************************/
.footer {
    width: 100%;
    text-align:center;
    background:#000000;
}
.footer_com {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding: 30px 0px;
    
}
.footer_com p{
    padding:5px 0px;
}
.footer_com p,.footer_com a{
     font-size:12px;
     color:#ffffff;
}
.footer_com a{
     padding-right:10px;
}
.footer_com a:hover{
     color:#FFFFFF;
}
/***********************************底部导航************************************/
#tool {
	height: 52px;
	display: none;
}

#tool .toollist {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	height: 52px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.toollist li {
	float: left;
	width: auto;
	height: 100%;
	width: 25%;
	position: static!important;
	margin: 0;
	border-radius: 0!important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-box-sizing: border-box;
	box-shadow: none!important;
	background: none;
}

.toollist li a {
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	text-decoration: none;
	padding-top: 6px;
	position: relative;
}

.toollist li a img {
	width: 24px;
	height: 24px;
}

.toollist li a p {
	margin: 1px 0 1px 0;
	font-size: 14px;
	display: block !important;
	line-height: 18px;
	text-align: center;
}

.toollist_gray {
	background: #C81B20;
}

.toollist_gray li {
	border-right: 1px solid #DB4D51;
}

.toollist_gray li a {
	color: #fff;
}
/***********************************右侧导航************************************/
.rightNav{width: 40px; background: #C81B20;border-radius:10px 0 0 10px; height: 320px; position: fixed;right: 0;top: 50%;padding-top: 32px;margin-top:-210px; z-index: 9999;}
.rightNav span{ font-size: 12px; color: #fff; width: 40px; height: 20px; display: block;margin-bottom:16px; text-align: center;position: relative;z-index: 999;padding-top: 60px;}
.rightNav span div{ position: absolute;right: 40px; top: -23px; background: #fff; z-index: 999;  display: none;}
.rightNav span div a{ display: block;line-height: 0; line-height: 28px; color: #999999;}
.rightNav .ewm_div{ padding: 20px;width: 160px;}
.rightNav .ewm_div img{  display: block;padding-bottom:10px;}
.rightNav .ewm_div b{ display: block; float: left; text-align: center; color: #999; font-weight: normal;}
