/**
* author: WU
* 2015.7.13
**/

@charset "UTF-8";
/*common*/
body{
    min-width: 1220px;
    color: #000;
}
h3 {
    font-size: 28px !important;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 18px;
}
th, td{
	color: #777777;
	border: 1px solid #777777;
	border-spacing: 0px;
}
th{
	background-color: #dedede;
}
td{
	padding: 8px;
}
a {
    color: #666;
    transition: 0.5s;
}
a:hover, .a-active {
    color: #42d9ce;
}
.head_module {
    width: 1000px;
    height: 100px;
    /*background-color: #666666;*/
    padding-top: 20px;
    margin: 0 auto;
}
.logo-div {
    float: left;
    display: inline;
    height: 100px;
}
.logo-div .logo-img {
    float: left;
    display: inline;
    width: 80px;
    height: 80px;
    /*background: url("../images/icon.png") no-repeat -327px 3px;*/
}
.logo-img img{
    width: 80px;
    height: 80px;
}
.company-name {
    float: left;
    display: inline;
    /*padding: 10px 0;*/
    margin-left: 10px;
    margin-top: 8px;
    line-height: 35px;
}
.company-name div {
    font-size: 14px;
    cursor:default;
    display: inline-block;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
    width: 30em;/*不允许出现半汉字截断*/
}
.search-div {
    float: right;
    display: inline; /* ie清除浮动 */
    width: 280px;
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.search-div select {
    /*background: transparent; *//* 透明 */
    /*background-color: #f5f5f5;*/
	width: 65px;
    height: 30px;
    padding: 5px;
    font-size: 14px;
    border: none;
    outline: none;
}
.search-div input{
    font-size: 14px;
    width: 180px;
    height: 18px;
    line-height: 18px;
    padding: 3px 0 3px 4px;
    border: none;
    border-left: 1px solid #ccc;
}
.search-div .search-icon {
    width: 22px;
    height: 22px;
    text-indent: -999em;
    border: none;
    background: url("../images/icon.png") no-repeat 0px 0px;
}
#nav {
    border-top: 2px solid #42d9ce;
    border-bottom: 4px solid #3bd1f6;
}
#nav ul {
    overflow: hidden; /* 清除浮动 */
}
#nav ul li {
    position: relative;
    font-size: 16px;
    width: 105px;
    height: 60px;
    float: left;
    text-align: center;
}
#nav a {
    display: block;
    width: 105px;
    height: 40px;
    line-height: 40px;
    margin: 10px 0;
    border-radius: 5px;
    border-left: 1px solid #eceef4;
}
#nav ul li span.active {
    position: absolute;
    bottom: 0px;
    left: 33%;
    border-style: solid;
    border-width: 0 20px 10px 20px;
    border-color: transparent transparent #42d9ce transparent;
}
.maxWidth {
    width: 1000px;
    margin: 0 auto;
}
.clear-r-margin {
    margin-right: 0 !important;
}
.clear-b-border {
    border-bottom: none !important;
}
.add-padding {
    padding: 30px;
}
.show-border {
    border: 1px solid #ccc !important;
}
.show {
    display: block !important;
}
#nav ul .last-li {
    float: right;
    display: inline;
}
#nav ul .last-li a {
    color: #fc7a1f;
    border: none !important;
}
#nav ul .last-li span {
    font-size: 16px;
    color: #fc7a1f;
}
#ad-div {
    max-height:300px;
    margin-bottom: 15px;
    overflow: hidden;
	text-align: center;
    background: #eee;
}
#lunbo-div {
    height:280px;
}
#friendly-link {
    font-size: 14px;
    margin: 0 auto 20px auto;
    padding-left: 40px;
    color: #fff;
    background: url("../images/flink-bg.png") center;
}
#friendly-link ul {
    overflow: hidden;
}
#friendly-link ul li {
    float: left;
    padding: 15px 10px;
}
#friendly-link ul li a {
    color: #fff;
}
.footer_module {
    font-size: 14px;
    height: 120px;
    background-color: #D3D3D3;
    text-align: center;
}
.footer_module ul {
    display: table;
    margin: 0 auto;
    padding: 20px 0;
}
.footer_module ul li {
    float: left;
    border-left: 1px solid #666;
    padding: 0 20px;
}
.footer_module ul li:first-child {
    border: none;
}
.footer_module p {
    color: #8c8c8c;
}
#side-bar {
    font-size: 14px;
    width: 72px;
    height: 220px;
    position: fixed;
    right: 5px;
    bottom: 100px;
    display: none;
}
#side-bar li {
    position: relative;
    width: 72px;
    height: 72px;
    overflow: hidden;
}
#side-bar ul li .side-icon {
    float: left;
    display: inline;
    width: 72px;
    height: 72px;
    background: url("../images/side-bar.png") no-repeat;
    text-align: center;
}
#side-bar ul li .custom-service {
    background-position: 0 1px;
}
#side-bar ul li .mobile-app {
    background-position: 0 -145px;
}
#side-bar ul li .web-app {
    background-position: 0 -217px;
}
#side-bar ul li .return-top {
    background-position: 0 -288px;
}
#side-bar ul li .side-box {
    *zoom: 1;
    transition: all, 0.5s, ease-in, 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 144px;
}
#side-bar ul li .side-box:hover {
    left: -72px;
}
#side-bar ul li a {
    display: block;
    width: 72px;
    height: 72px;
}
#side-bar ul li p {
    color: #fff;
    padding-top: 50px;
}
/*#side-bar ul .button_2 {*/
    /*background-position: -6px -63px;*/
/*}*/
.white {
    color: #fff;
}
.orange {
    color: #ff5500;
    margin: 0 5px;
}
.red {
    color: #ff0000;
}
.deep-green {
    color: #008c8e;
}
.blue {
    color: #30b2e6;
}
.yellow {
    color: #ffd800;
}
.yellow-bg {
    background-color: #ffd800;
}
.red-bg {
    background-color: #E74D00;
}
.orange-bg {
    background-color: #FC8530;
}
.gray-bg {
    background-color: #8c8c8c;
}
.gray-bg2 {
    background-color: #f8f8f8;
}
.orange-button {
    border: 1px solid #FC8530;
    border-radius: 40px;
    color: #FC8530;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.orange-button:hover {
    color: #fff;
    background-color: #FC8530;
}
.white-button {
    border: 1px solid #fff;
    border-radius: 40px;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.white-button:hover {
    color: #5ea8e0;
    background-color: #fff;
}
.yellow-button {
    border: 1px solid #ffd800;
    transition: 0.5s;
}
.yellow-button:hover, .yellow-button2 {
    background-color: #ffd800;
    color: #000;
}
.yellow-button2:hover {
    color: #000;
}
.gray-button {
    transition: 0.5s;
}
.gray-button:hover {
    color: #666;
    background-color: #efefef;
}

/* 弹窗样式 */
.layui-layer {
    /*background: url("../images/layer-bg.png") no-repeat center;*/
}
.red_layer .layui-layer-title {
  color: #fff;
  border-bottom: none;
  background: rgba(0,0,0,.2);
}
.red_layer .layui-layer-setwin {
  top: 12px; }
  .red_layer .layui-layer-setwin .layui-layer-close {
    background: url(../images/close_icon.png) no-repeat;
    width: 9px;
    height: 9px; }
    .red_layer .layui-layer-setwin .layui-layer-close:hover {
      background: url(../images/close_icon.png) no-repeat; }

.layer_module {
  background: #fff;
  padding: 24px 0 50px 0;
  margin: 0 8px 8px 8px;
}

.layer_form li {
  margin-bottom: 12px; }
  .layer_form li label.error {
    display: block;
    color: #ed485c;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin-left: 120px; }
  .layer_form li .layer_text {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    color: #24b1e9;
    height: 30px;
    line-height: 30px;
    font-size: 14px; }
  .layer_form li .layer_title {
    float: left;
    display: inline;
    color: #666;
    font-size: 14px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: right; }
    .layer_form li .layer_title em {
      color: #ed485c;
      font-style: normal;
      font-family: 'arial';
      margin-right: 3px; }
  .layer_form li .form_text {
    color: #333;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    padding: 5px 0 5px 2px;
    border: 1px solid #ccc; }
    .layer_form li .form_text.short_text {
      width: 140px; }
    .layer_form li .form_text.long_text {
      width: 348px; }
    .layer_form li .form_text.error {
      border-color: #ed485c; }
  .layer_form li .remark_area {
    color: #333;
    font-size: 14px;
    height: 130px;
    width: 340px;
    padding: 5px;
    line-height: 18px;
    resize: none;
    border: 1px solid #ccc; }

.layer_sub {
  color: #fff;
  font-size: 14px;
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin: 20px 0 0 120px;
  background: url("../images/button-bg.png") center; }

/* 顶部轮播 */
.banner {
    position: relative;
    height: 450px;
}
.banner .front {
    position: absolute;
    width: 100%;
    height: 415px;
    top: 0px;
}
.front .title {
    width: 325px;
    height: 85px;
    margin: 160px auto;
    text-align: center;
}
.front .title p {
    font-size: 45px;
    color: #fff;
    line-height: 45px;
}
.sliderBox {
    min-width: 1000px;
}
.slider li {
    height: 450px;
    min-width: 1000px;
}
.slider li a {
    height: 450px;
}
.control {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 9;
}
.control li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #fff;
    height: 14px;
    line-height: 14px;
    width: 14px;
    text-align: center;
    background: #fff;
    margin: 0 5px;
}
