﻿﻿@charset "utf-8";
body{padding: 0px;margin: 0px;}
img{ max-width: 100%;}

.show img{ width: 100%; height: 100%; text-align: center;}
.top-bar{
    height: 100px;
    width: 100%;
    background: url(../img/fix-bg.png) center no-repeat;
    z-index: 900;
    /*background-color: #666;height: 100px;  width: 100%;filter: alpha(opacity=27); -moz-opacity: 0.27;opacity: 0.27;z-index: 900;*/
}
.top-bar-fixed{position: fixed; top: 0px;}
.toptitle{width: 1100px; margin: 0 auto;}
#logoSite{ float: left; margin: 15px 25px 0 0; }
.toplogo{ 
	float: left;
	width: 235px; 
	height: 100px;
	background: url(../img/csl_logo_35.png) center center no-repeat;
}
/*.toplogo:hover{background-image: url(../img/csl_wz.png);}*/
.topnavigation{float: right;height:100px;width: 406px;}
.topnavigation .icon-weixin {
  display: inline-block;
  /*float: left;*/
  position: relative;
  top: 30px;
  width: 64px;
  height: 41px;
  background: url(../img/icon-weixin.png) center center no-repeat;
  cursor: pointer;
}
/*.topnavigation a{font-size: 18px; font-family: "微软雅黑"; color: #FFFFFF; cursor: pointer; text-decoration: none; margin-left: 15px;}
*/
.topnavigation a {
  display: inline-block;
  float: right;
  position: relative;
  top: 28px;
  width: 170px;
  height: 36px;
  vertical-align: middle;
}
.topnavigation .btn-ios {
  background: url(../img/btn-ios.png) center center no-repeat;
}
.topnavigation .btn-android {
  background: url(../img/btn-android.png) center center no-repeat;
}
.activebg {
  position: relative;
  width: 100%;
  height: 460px;
  background: #fff;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position-x: 50% 
}
.page-1{background-color: #fff;}
.bg01{background-image: url(../img/csl01.jpg);}
.bg02{background-image: url(../img/csl02.jpg);}
.bg03{background-image: url(../img/csl03.jpg);}
.pages{background-color: #FFFFFF;}
.pagescontent{width: 1120px; height: 440px; margin: 0px auto;position: relative;}
.bottom{ background-color: #2A2A2A;}
.bottomcontent{width: 1000px; height: 200px; margin: 0px auto; padding-top: 40px; padding-left: 15px; padding-right: 15px; position: relative;}
.bottomcopy{font-size: 12px;font-family: "微软雅黑"; color: #a1a1a1; text-align: center; line-height: 17px; margin-top: 25px;}
.download{float: left; width: 520px;}
.contact{float: left;width: 220px;}
.weixin{float: left;width: 250px;}
.link{float: left;width: 110px;}
.c-title{ font-family: "微软雅黑"; font-size: 14px; color: #A1A1A1;margin-bottom: 35px;}
.link ul{ list-style: none;margin: 0px; padding: 0px; }
.link ul li{font-family: "微软雅黑"; font-size: 12px; margin-bottom: 15px;}
.link ul li a{cursor: pointer; text-decoration: none;color: #A1A1A1 !important;}
.icon-qq{background-image: url(../img/qq.png);background-repeat: no-repeat; background-position-x: center; height: 80px; line-height: 148px;font-family: "微软雅黑"; font-size: 12px; color: #A1A1A1; width: 46px; text-align: center}
.icon-wx {
  float: left;
  background-image: url(../img/weixin.png);
  width: 80px;
}
.code-wx {
  float: left;
  width: 80px;
  height: 80px;
}
.icon-ios{background-image: url(../img/ios.png);}
.icon-android{background-image: url(../img/android.png);}
.icon-sc{
  background-image: url(../img/eqcode.jpg);
  width:80px !important;
}
.icon-common{ float: left;background-repeat: no-repeat; background-position-x: center; height: 80px; line-height: 148px;font-family: "微软雅黑"; font-size: 12px; color: #A1A1A1; width: 70px; margin-right: 45px; text-align: center;}
#mobile{display: none;}
.bg-section{}
.bg-section img{border-spacing: 0;margin: 0;display: block;}

@media all and (max-width: 800px) {
   #pc{display:none !important;}
   #mobile{display: block !important;}
   .download-app{height: 80px;background: rgba(0,0,0,0.6);}
   /*.download-app p{ text-align: center; color: #a1a1a1; font-size: 16px; margin-top: 15px; margin-bottom: 5px;font-family: "微软雅黑"; }
   .download-app div{ text-align: center;position: relative;}
   .download-app div a{
   	    font-family: "微软雅黑";color: #a1a1a1;font-size: 13px; display: block; width: 130px; height: 27px; line-height: 27px; position: relative;left: 50%;margin-left: -65px;
	    background-repeat: no-repeat;
	    background-size: 20px;
	    border: 1px solid #A1A1A1;
	    border-radius: 4px;  
	    text-align: center;
   }
   a.active-ios:active{
   	 border-color: #FF0048;
   	 color: #FF0048;
   	 background-image: url(../img/ios_red.png);
   }
   a.active-android:active{
   	 border-color: #FF0048;
   	 color: #FF0048;
   	 background-image: url(../img/android_red.png);
   }
   .m-ios{background-image: url(../img/ios.png); background-position: 8px 2px;}
   .m-android{background-image: url(../img/android.png); background-position: 8px 2px; }*/
   .download-app img {
    float: left;
    margin-left: 1rem;
    margin-top: 1.2rem;
    width: 40%;
   }
   .download-app a {
    float: right;
    margin-top: 1.4rem;
    margin-right: 1rem;
    width: 6rem;
    height: 2.28rem;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    line-height: 2.28rem;
    background: #1cd0cb;
    border-radius: 1.2rem;
   }
}
.bottomcontent a{ text-decoration: none !important;}
.download-app { position: fixed; bottom: 0; width: 100%; height: 90px; border-top: 1px solid #C2C2C2;}
.download-app a{text-decoration: none !important;}


.tbar-wrap {
    display: inline-block;
    position: relative;
    float: left;
}
.tbar-subnav-wx {
    display: none;
    position: absolute;
    top: 72px;
    width: 150px;
    height: 190px;
    margin-left: -36px;
    *margin-left: -102px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    z-index: 9999;
}
.tbar-subnav-wx img {
    display: block;
    margin: 4px auto 0;
    width: 136px;
    height: 136px;
}
.tbar-subnav-wx p {
    text-align: center;
    color: #333;
    line-height: 20px;
    font-size: 12px;
    text-indent: 0;
}
.tbar-subnav-arr, .tbar-subnav-arr em {
    position: absolute;
    left: 60px;
    top: -11px;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border-width: 5px;
    border-color: transparent transparent #d8d8d8;
    border-style: dashed dashed solid;
}
.tbar-subnav-arr em {
    left: -5px;
    top: -4px;
    border-color: transparent transparent #fff;
    border-style: dashed dashed solid;
}

.clearfix {
    display: block;
    zoom: 1;
}
.clearfix:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*关于我们*/
.about-us-cont {
    margin: 120px auto;
    width: 1200px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
}
.about-us-cont .content-title {
  margin-bottom: 16px;
  color: #333;
  font-size: 22px;
  text-align: center;
}
.about-us-cont p {
  font-size: 14px;
  color: #333;
  line-height: 28px;
  text-indent: 2em;
}
.about-us-cont .content-list {
  margin: 20px 0;
}
.about-us-cont .content-list p {
  text-indent: 0;
  margin: 0;
}
.about-us-cont .content-list span {
  margin-right: 10px;
  display: inline-block;
  width: 58px;
  font-weight: bold;
  text-align: right;
}
.about-us-cont .content-list span label {
  visibility: hidden;
}

.about-us-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 120px;
  background-color: #2A2A2A;
  color: #a1a1a1;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
}
.about-us-about {
  display: inline-block;
  margin: 26px 0 10px;
  color: #a1a1a1;
  text-decoration: none;
}

.about-us-weixin p {
  margin: 0;
  text-align: center;
  color: #333;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-size: 12px;
  text-indent: 0;
}
.top-logo {
  float: left;
}
.icon-logo {
  display: inline-block;
  width: 235px;
  height: 100px;
  background: url(../img/csl_logo_35.png) center center no-repeat;
}
.icon-back {
  display: inline-block;
  position: relative;
  top: -40px;
  width: 114px;
  height: 20px;
  background: url(../img/back-index.png) center center no-repeat;
}

.siteWidth{ position: relative; width: 1200px; margin: 0 auto; }

/*footer*/
#footer{position:relative;z-index: 1;padding:30px 0;text-align:left;color:white;background: #1264b7;}
#footer .copyRight{line-height: 30px; color: white; text-align: center;}
#footer .copyRight img{vertical-align: middle;}
#footer .copyRight a{color:white; text-decoration:none;}
#footer .copyRight a:hover{color: #ddd;}
#footer .footDzjg,
#footer .footerWzjc,
#footer .footerZfzc{position: absolute; z-index: 1; width: auto; float: left;}
#footer .footDzjg{left: 116px; top: 15px;}
#footer .footerWzjc{right: 65px; top: 0;}
#footer .footerZfzc{right: 65px; top: 40px;}