/**
* author: WU
* 2015.7.13
**/

@charset "UTF-8";
/*common*/
th, td{
	color: #777777;
	border: 1px solid #777777;
	border-spacing: 0px;
}
th{
	background-color: #dedede;
}
td{
	padding: 8px;
}
i {
    display: inline-block;
    vertical-align: middle;
}
#content-div {
     font: 14px/1 Tahoma, Helvetica, Arial, "微软雅黑" , "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
.head_module {
    width: 1160px;
    height: 100px;
    padding-top: 50px;
    margin: 0 auto;
    position: relative;
}
.logo-div {
    float: left;
    display: inline;
}
.logo-div .logo-img {
    float: left;
    display: inline;
    width: 68px;
    height: 68px;
}
.company-name {
    float: left;
    display: inline;
    width: 470px;
    color: #666;
    overflow: hidden;
    margin-left: 15px;
}
.company-name h1 {
    font-size: 28px;
    margin-top: 10px;
    color: #333;
}
.search-div {
    position: absolute;
    width: 275px;
    height: 33px;
    padding-top: 3px;
    padding-left: 3px;
    border: 1px solid #ccc;
    top: 65px;
    left: 560px;
}
.search-div select {
    background: transparent; /* 透明 */
    /*background-color: #f5f5f5;*/
    width: 65px;
    height: 30px;
    padding: 5px;
    font-size: 14px;
    border: none;
    outline: none;
    color: #888;
}
.search-div input{
    font-size: 14px;
    width: 145px;
    height: 18px;
    line-height: 18px;
    padding: 3px 0 3px 4px;
    border: none;
    border-left: 1px solid #ccc;
    color: #888;
}
.search-div .search-icon {
    width: 50px;
    height: 30px;
    text-indent: -999em; /* 隐藏文字 */
    border: none;
    background-color: #fff;
    background-position: 15px -1047px;
}
.hot-key {
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}
.hot-key a {
    font-size: 14px;
    color: #333;
    padding-right: 10px;
}
.head_module .phone {
    float: right;
    display: inline;
    width: 260px;
    height: 35px;
    line-height: 35px;
    color: #444d52;
    font-size: 26px;
    font-weight: bold;
    margin-top: 15px;
}
.head_module .phone i {
    vertical-align: bottom;
}
#nav {
    background: #444d52;
}
#nav .main-ul {
    margin-bottom: -1px;
    overflow: hidden; /* 清除浮动 */
}
#nav .main-ul li {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    border-bottom: 3px solid transparent;
    float: left;
    text-align: center;
    transition: 0.5s;
    width: 133px;
}
#nav .main-ul li:hover, #nav .main-ul li.active {
    border-bottom: 3px solid #fc645f;
}
#nav .main-ul li:hover a, #nav .main-ul li.active a {
    color: #fc645f;
}
#nav a {
    color: #fff;
}
#nav a:hover {
    *color: #fc645f;
    /*box-shadow: 5px 5px 10px #888888;*/
}
#nav .main-ul .last-li:hover {
    border-bottom: 3px solid transparent;
}
#nav .child-ul {
    position: absolute;
    top: 52px;
    right: -10px;
    background: #444d52;
    z-index: 1;
    display: none;
}
#nav .child-ul li {
    float: none;
    display: block;
    line-height: 40px;
    padding: 0 35px;
    text-align: center;
    border-bottom: 3px solid transparent;
    transition: 0.5s;
}
#nav .child-ul li:hover, #nav .child-ul li.active {
    border-bottom: 3px solid #fc645f;
}
#nav .child-ul li:hover a, #nav .child-ul li.active a {
    color: #fc645f;
}
#ad-div {
    background: #eee none repeat scroll 0 0;
    margin-bottom: 15px;
    max-height: 300px;
    overflow: hidden;
    text-align: center;
}
#lunbo-div {
    height:280px;
}

/* 顶部轮播 */
.banner {
    position: relative;
    height: 350px;
}
.sliderBox {
    min-width: 1000px;
}
.slider li {
    height: 350px;
    min-width: 1000px;
}
.slider li a {
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
}
.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: #94948c;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    font-family: "arial";
    text-indent: -9999em;
}
.control li.current,
.control li:hover {
    background: #ee485c;
}
.sliderSwitch span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -37px;
    display: block;
    width: 54px;
    height: 74px;
    z-index: 9;
    cursor: pointer;
    background: url("../images/slider-icon.png") no-repeat;
}
.sliderSwitch .preview {
    margin-left: -500px;
}
.sliderSwitch .next {
    margin-left: 446px;
    background-position: -54px 0;
}
/* 顶部轮播 */

#friendly-link {
    font-size: 14px;
    border: 1px solid #eee;
    margin: 30px auto 0px auto;
    position: relative;
    overflow: hidden;
}
#friendly-link .bg-left {
    float: left;
    display: inline;
    width: 50%;
    height: 115px;
    background-color: #ee485c;
}
#friendly-link .bg-right {
    float: right;
    display: inline;
    width: 50%;
    height: 115px;
    background-color: #444d52;
}
#friendly-link .fLink-list {
    position: absolute;
    width: 100%;
}
#friendly-link .fLink-list>div {
    background: url("images/friendLink.png") no-repeat -330px 0px;
}
#friendly-link .fLink-list span {
    float: left;
    display: inline;
    width: 245px;
    line-height: 115px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
#friendly-link .fLink-list .padding {
    float: left;
    display: inline;
    padding: 35px;
}
#friendly-link ul {
    width: 880px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}
#friendly-link ul li {
    float: left;
    margin-left: -1px; /* 隐藏最左元素的左边线 */
}
#friendly-link ul li a {
    line-height: 22px;
    padding: 0 10px;
    border-left: 1px solid #69757b;
    color: #fff;
}
.footer_module {
    font-size: 14px;
    margin-top: 30px;
    height: 120px;
    text-align: center;
    border-top: 1px solid #ccc;
}
.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: 83px;
    /*height: 220px;*/
    position: fixed;
    right: 15px;
    bottom: 100px;
    display: none;
    z-index: 999;
}
#side-bar li {
    position: relative;
    width: 83px;
    height: 83px;
    overflow: hidden;
}
#side-bar ul li .side-icon {
    float: left;
    display: inline;
    width: 83px;
    height: 83px;
    background: url("images/side-bar.png") no-repeat;
    text-align: center;
}
#side-bar ul li .custom-service {
    /*background-position: 0 ;*/
}
#side-bar ul li .mobile-app {
    background-position: 0 -170px;
}
#side-bar ul li .web-app {
    background-position: 0 -254px;
}
#side-bar ul li .return-top {
    background-position: 0 -338px;
}
#side-bar ul li .side-box {
    *zoom: 1;
    transition: all, 0.5s, ease-in, 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 166px;
}
#side-bar ul li .side-box:hover {
    left: -83px;
}
#side-bar ul li a {
    display: block;
    width: 83px;
    height: 83px;
}
#side-bar ul li p {
    color: #fff;
    padding-top: 58px;
}

/* 分页 */
.page-div {
    width: 680px;
    margin: 45px auto;
    overflow: hidden;
}
.page-div .page {
    float: right;
    font-size: 11px;
}
.page-div .count {
    float: right;
    display: inline;
    line-height: 25px;
    color: #aaaaaa;
}
.page-div .count span {
    color: #aaaaaa;
}
.page-div .page a {
    float: left;
    display: inline;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #bdbdbd;
    margin: 0 3px;
    text-align: center;
    color: #5c5c5c;
}
.page-div .page .ellipsis {
    float: left;
    display: inline;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    border: 1px solid transparent;
    margin: 0 3px;
    text-align: center;
    color: #bdbdbd;
}
.page-div .page a:hover, .page-div .page .o-active {
    text-decoration: underline;
    color: #000;
    font-weight: bold;
}
.page-div .page , .page-div .page {
    border: 1px solid transparent;
    padding: 0 5px;
}
.firstPage,.lastPage{
    font-size: 8px;
}
    /* 分页 */

/* 弹窗样式 */
.red_layer {
    /*border: 8px solid rgba(0,0,0,0.3);*/
    /*border-radius: 5px;*/
    background: url("images/layer-bg.png") no-repeat -8px 0px;
    background-color: transparent !important;
}
.red_layer .layui-layer-title {
    font-size: 20px;
    width: 85%;
    height: 90px;
    line-height: 90px;
    padding: 0;
    margin: 0 auto;
    color: #333;
    text-align: center;
    background: none;
}
.red_layer .layui-layer-setwin {
  top: 12px; }
  .red_layer .layui-layer-setwin .layui-layer-close {
    background: url(../images/close_icon.png) no-repeat;
    width: 28px;
    height: 28px; }
    .red_layer .layui-layer-setwin .layui-layer-close:hover {
      background: url(../images/close_icon.png) no-repeat; }

.layer_module {
  padding: 24px 0 50px 0; }

.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: #f0725b;
    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.price {
        float: right;
        display: inline;
        margin-right: 40px;
    }
    .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: 270px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: none;
  border-radius: 45px;
  cursor: pointer;
  margin: 20px 0 0 150px;
  background: #fc635e; }

/*面包屑导航*/
.maxtitle{
    border-bottom: 1px solid #ccc;
    margin-top: 45px;
}
.maxtitle_txt{
    width: 120px;
    height: 45px;
}
.maxtitle_txt p{
    width: 120px;
    height: 41px;
    font-size: 28px;
    font-weight: bold;
    line-height: 41px;
    color: #ee485c;
}
.maxtitle_txt p span{
    color: #222222;
}
.bread_nav{
    line-height: 45px;
}
.bread_nav a{
    font-size: 14px;
    color: #666666;
}
.family{
    display: inline-block;
}
.acvtiat{
    margin-top: 0px;
}
.footer_border{

}

/*营销广告*/
.banner1 {
    position: relative;
    margin-top: 50px;
    overflow: hidden;
}
.banner1 .ad-bg {
    width: 100%;
    height: 390px;
    text-align: center;
    /*background-image: url("http://www.qqslw.com/file/upload/201604/28/18-34-15-68-430306.jpg");*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
}
.banner1 .ad-bg .ad-img {
    margin: 0 auto;
    overflow: hidden;
}
.banner1 .ad-bg img {
    vertical-align: top;
}
.banner1 .ad-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.banner1.bottom-banner {
    margin-top: 30px;
}