
/*LED大屏模板页*/
.baojia {
	width: 900px;
	margin: 30px auto;
}

.baojia form {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.baojia .input_led {
	width: 380px;
	height: 50px;
	line-height: 50px;
	margin: 10px auto;
	flex: inherit;
}

.baojia .input_led span {
	font-size: 16px;
	color: #4c4c4c;
	font-weight: bold;
}

.baojia .input_led input, .baojia .input_led select {
	width: 300px;
	height: 35px;
	border: 1px solid #e3e3e3;
	line-height: 35px;
	margin-left: 10px;
	padding-left: 10px;
}

.baojia .input_sub {
	width: 400px;
	height: 43px;
	line-height: 43px;
	margin: 20px auto;
	text-align: center;
	border-radius: 2px;
	color: #ffffff;
	background: #ff6100;
	font-size: 16px;
}

.option_color {
	color: #919191;
}

.wrap_full01 {
	width: 100%;
	background: url(../images/bg01.jpg) repeat center;
	height: 600px;
    margin-bottom: 20px;
}

.wrap_full02 {
	width: 100%;
	background: url(../images/bg02.jpg) no-repeat center;
	height: 380px;
    margin-bottom: 20px;
}

/*why*/
.whyimg {
	width: 582px;
	margin: auto;
	padding: 30px 0;
}

.whyimg p {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
}

.why_bottom {
	width: 1100px;
	height: 348px;
	margin: 15px auto;
	display: flex;
	justify-content: space-between;
}

.why_b_left {
	
}

.why_b_right {
	margin: 50px auto 0;
}

.why_b_right p {
	background: url(../images/duihao.jpg) no-repeat left;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #333333;
	padding-left: 35px;
}






/*服务案例*/
.service-case-body {
  width: 100%;
  padding: 30px 0 0;
}

.service-case-body .service-lunbo-box .nav-box > nav {
	width: 990px;
	margin: auto;
  display: flex;
  justify-content: center;
}

.service-case-body .service-lunbo-box .nav-box > nav span {
  color: #707070;
  font-size: 17px;
  text-align: right;
  font-family: PingFangSC-Regular;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  border: 1px solid #d2d2d2;
  margin-right: 40px;
  cursor: pointer;
}

.service-case-body .service-lunbo-box .nav-box > nav span:last-child {
	margin-right: 0;
}

.service-case-body .service-lunbo-box .nav-box > nav span:hover {
  color: #fff;
  background-color: #ff6100;
  border: 1px solid #ff6100;
}

.service-case-body .service-lunbo-box .nav-box > nav .active {
  color: #fff;
  background-color: #ff6100;
  border: 1px solid #ff6100;
}

.service-case-body .service-lunbo-box .server-container-box {
  margin: 0 20px;
  margin-top: 50px;
  transition: all 0.5s;
}

.service-case-body .service-lunbo-box .server-container-box .shinie-led-box,
.service-case-body .service-lunbo-box .server-container-box .anzhuang-led-box,
.service-case-body .service-lunbo-box .server-container-box .huiyishi-led-box,
.service-case-body .service-lunbo-box .server-container-box .wutai-led-box,
.service-case-body .service-lunbo-box .server-container-box .mentou-led-box,
.service-case-body .service-lunbo-box .server-container-box .shiwai-led-box {
  display: none;
}

.service-case-body .service-lunbo-box .server-container-box .item-images {
  display: inline-block;
  margin-bottom: 30px;
  background-color: #fff;
}

.service-case-body .service-lunbo-box .server-container-box .item-images .item-img {
  overflow: hidden;
  width: 300px;
  height: 169px;
}

.service-case-body .service-lunbo-box .server-container-box .item-images .item-img > img {
  width: 100%;
  transition: all 0.5s;
}

.service-case-body .service-lunbo-box .server-container-box .item-images .item-img > img:hover {
  transform: scale(1.3);
}

.service-case-body .service-lunbo-box .server-container-box .item-images > p {
  height: 46px;
  line-height: 46px;
  color: black;
  font-size: 16px;
  text-align: center;
  font-family: PingFangSC-Medium;
}

.look-cost-installation-screen {
  width: 100%;
  height: 100px;
  background-color: #001875;
  display: flex;
  justify-content: center;
}

.service-process-body {
  height: 450px;
  width: 100%;
}

.service-process-body > h3 {
  margin-top: 80px;
  margin-bottom: 65px;
}

.service-process-body .service-process-content {
  display: flex;
  justify-content: center;
}

.service-process-body .service-process-content .process-item {
  margin: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service-process-body .service-process-content .process-item .num {
  position: relative;
  margin-top: 20px;
  width: 25px;
  height: 25px;
  background-color: white;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  line-height: 25px;
  color: #b9b9b9;
  font-size: 16px;
  text-align: center;
  font-family: PingFangSC-Regular;
}

.service-process-body .service-process-content .process-item .num::after {
  content: "";
  position: absolute;
  top: 12.5px;
  left: 30px;
  width: 166px;
  height: 1px;
  background-color: #dddddd;
}

.service-process-body .service-process-content .process-item .title1 {
  margin-top: 23px;
  height: 18px;
  line-height: 18px;
  color: #4a4a4a;
  font-size: 18px;
  text-align: center;
  font-family: PingFangSC-Medium;
}

.service-process-body .service-process-content .process-item .title2 {
  margin-top: 10px;
  height: 14px;
  line-height: 14px;
  color: #686868;
  font-size: 14px;
  text-align: center;
  font-family: PingFangSC-Regular;
}

.service-process-body .service-process-content .process-item:nth-last-child(1) .num::after {
  content: "";
  width: 0;
  height: 0;
}


.list_fwlc {
	width: 1000px;
	height: 70px;
	margin: 20px auto 0;
	font-size: 18px;
}
.list_fwlc ul {
	width: 100%;
	display: flex;
	justify-content: space-between; 
	text-align: center;
}
.list_fwlc ul li {
	line-height: 35px;
}

.list_fwlc ul li span:first-child {
	font-size: 18px;
	color: #333333;
}

.list_fwlc ul li span:last-child {
	font-size: 16px;
	color: #4d4d4d;
}

.main-body {
    background-color:none;
}

.main-body .container {
    background-color:#fff;
    -moz-box-shadow: 0 0 20px #a8a8a8;
    -webkit-box-shadow: 0 0 20px #a8a8a8;
    box-shadow: 0 0 20px #a8a8a8;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#a8a8a8', Direction=125, Strength=20);
}


.system {
    padding: 41px 20px;
    overflow: hidden;
}

.system .menu {
    display: inline-block;
    width: 243px;
}

.system .menu .menu-head {
    height: 77px;
    overflow: hidden;
    /* margin-bottom:18px; */
}

.system .menu-head p {
    font-size: 23px;
    color: #fff;
    margin-top: 16px;
    line-height: 1;
    text-align: center;
}

.system .menu-head p .des {
    display: block;
    margin-top: 10px;
    font-size: 17px;
    color: #cacaca;
}

.system .menu .list {
    border-left: 1px solid #1070c6;
    border-right: 1px solid #1070c6;
    padding: 47px 9px;
    background-color: #fff;
}
.system .menu .list:first-child {
    padding-top:18px;
    padding-bottom:0;
}
.system .menu .list .title {
    height: 42px;
    background-color: #e5e5e5;
    font-size: 16px;
    color: #000000;
    overflow: hidden;
    line-height: 42px;
}

.system .menu .list .title .icon {
    width: 27px;
    height: 27px;
    margin: 7.5px 14px;
    display: inline-block;
    vertical-align: top;
}

.system .menu .cont {
    /* margin:20px 0; */
    margin-top: 20px;
    padding: 0 8px;
}

.system .menu .cont .item {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 16px;
    line-height: 32px;
    color: #333333;
    font-size: 14px;
    height: 33px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.system .menu .cont .item .icon {
    display: inline-block;
    height: 100%;
    width: 19px;
    vertical-align: top;
    background: url("../../image/home/system-menu-icon.png") no-repeat center center;
    background-size: 9px;
}

.system .menu .menu-footer {
    padding: 20px 0;
    padding-left: 25px;
}

.system .menu .menu-footer .inner {
    line-height: 1;
    padding-left: 45px;
    background: url("../../image/home/system-menu-call.png") no-repeat center left;
    background-size: 36px;
    font-size: 14px;
    color: #fff;
}

.system .menu .menu-footer .phone {
    font-size: 18px;
    margin-top: 8px;
}

/* .system .menu .menu-footer .inner */

.system .panner {
    width: 809px;
    float: right;
}

.system .show-list {
    border: 1px solid #a6a6a6;
}
.system .show-list:first-child {
    margin-bottom: 5px;
}

.system .show-list .show-head {
    box-shadow: 0 4px 4px #a6a6a6;
    -webkit-box-shadow: 0 4px 4px #a6a6a6;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    letter-spacing: -3px;
    background: #f0f0f0;
    background: linear-gradient(0, #f0f0f0, #e1e1e1);
    background: -webkit-linear-gradient(top, #f0f0f0, #e1e1e1);
}

.system .show-list .show-head .item {
    display: inline-block;
    height: 50px;
    padding: 0 24px;
    background: #f0f0f0;
    background: linear-gradient(0, #f0f0f0, #e1e1e1);
    background: -webkit-linear-gradient(top, #f0f0f0, #e1e1e1);
    font-size: 18px;
    letter-spacing: 0;
    color: #000000;
}

.system .show-list .show-head .item.active {
    background: #f8741b;
    background: linear-gradient(90deg, #fb7920, #e65c00);
    background: -webkit-linear-gradient(left, #fb7920, #e65c00);
    background: -moz-linear-gradient(left, #fb7920, #e65c00);
    background: -o-linear-gradient(left, #fb7920, #e65c00);
    color: #fff;
}

.system .show-list .show-head .more {
    float: right;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    padding-right: 12px;
}

.system .show-list .cont {
    display: none;
    padding: 15px 6px;
    height: 357px;
    padding-bottom: 0;
    font-size: 0;
    letter-spacing: -3px;
}

.system .show-list .cont.active {
    display: block;
}

.system .show-list .cont .item {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 6px;
    width: 252px;
    margin-bottom: 5px;
}

.system .show-list .cont .view-img {
    width: 252px;
    display:inline-block;
}

.system .show-list .cont .view-img img {
    width: 100%;
    height:136px;
    display: inline-block;
    vertical-align: top;
}

.system .show-list .cont .des {
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.flow {}

.flow .head {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
.flow .head .title {
    display:inline-block;
    font-size:18px;
    color:#ffffff;
    font-family: PingFang;
    font-weight:bold;
}
.flow .head .call {
    float:right;
    font-size: 18px;
    color:#fff300;
    font-family: '宋体';
}
.flow .cont {
    padding:20px 0;
}
.flow .cont img {
    width:100%;
    display:inline-block;
    vertical-align: top;
}

.advantage {

}
.advantage .head {
    height:80px;
    box-shadow:0 5px 10px #acacac;
    -webkit-box-shadow:0 5px 10px #acacac;
    /* overflow:hidden; */
}
.advantage .head .big {
    margin-top:20px;
    margin-left:20px;
    width:376px;
    height:86px;
    float:left;
}
.advantage .head .des {
    float:left;
    margin-left:-165px;
    font-size:58px;
    color:#fff;
    font-family: PingFang;
    font-weight:600;
    line-height:90px;
    /* font-weight:; */
}
.advantage .head .des em {
    color:#ff9900;
    margin:0 5px;
    /* font-weight:bold; */
}
.advantage .cont {
    padding: 0 18px;
}
.advantage .cont .item {
    width:100%;
    min-height:395px;
    position:relative;
    padding-top:62px;
    /* overflow:hidden; */
}
.advantage .cont .item.item-4,
.advantage .cont .item.item-6 {
    height:395px;
}
.advantage .cont .item:after {
    position:absolute;
    top:0;
    left:0;
    content:'';
    display:inline-block;
    width:100%;
    height:27px;
    /* background:url("../../image/home/advantage-bar-right.png") no-repeat center center; */
    background-size:auto 27px;
}
.advantage .cont .item.r:after {
    /* background:url("../../image/home/advantage-bar-left.png") no-repeat center center; */
}
/* 这个阴影要是还不行.那我真没办法了 */
.advantage .cont .item.item-6:after {
    background:url("../../image/home/yy5.png") no-repeat;
    background-position: left;
    margin-left:-18px;
}
.advantage .cont .item.item-2:after {
    background:url("../../image/home/yy1.png") no-repeat;
    background-position: left;
    margin-left:-18px;
}
.advantage .cont .item.item-3:after {
    background:url("../../image/home/yy2.png") no-repeat;
    background-position: right;
}
.advantage .cont .item.item-4:after {
    background:url("../../image/home/yy3.png") no-repeat;
    background-position: left;
    margin-left:-18px;
}
.advantage .cont .item.item-5:after {
    background:url("../../image/home/yy4.png") no-repeat;
    background-position: right;
}
.advantage .cont .item:first-child:after {
    content:none;
}
.advantage .cont .item .info {
    display:inline-block;
    width:532px;
}
.advantage .cont .item .view-img {
    width:456px;
    padding:0 22px;
    float:right;
}
.advantage .cont .item.item-6 .view-img {
    width:380px;
    margin:0 30px;
}
.advantage .cont .item .view-img img {
    width:100%;
    display:inline-block;
    vertical-align: top;
}
.advantage .cont .item.r .view-img {
    float:left;
}
.advantage .cont .title {
    position:relative;
    z-index:2;
}
.advantage .cont .title h2 {
    display:inline-block;
    position:relative;
    line-height:56px;
    font-size:22px;
    color:#000000;
    padding-top:10px;
    padding-bottom:2px;
    /* border-bottom:1px dashed #eee; */
    /* margin-top:10px; */
}
.advantage .cont .title h2:after {
    position:absolute;
    bottom:0;
    left:0;
    display:block;
    width:460px;
    height:2px;
    content:'';
    background:url("../../image/home/advantage-border.jpg") repeat bottom left;
    /* background-size:auto 2px; */
}
.advantage .cont .title h2 em {
    color:#e10000;
    font-size:28px;
}
.advantage .cont .title .index {
    float:left;
    width:60px;
    height:50px;
    background:#ff9e0d;
    box-shadow:0 2px 3px #9a9a9a;
    -webkit-shadow:0 2px 3px #9a9a9a;
    margin-right:6px;
}
.advantage .cont .title .index span {
    display:block;
    width:45px;
    margin:auto;
    height:88px;
    border-bottom:1px solid #fff;
    box-shadow:0 2px 3px #9a9a9a;
    -webkit-shadow:0 2px 3px #9a9a9a;
    background:#1070c6;
    font-size:52px;
    font-weight:bold;
    text-align:center;
    line-height:88px;
    color:#fff;
}
.advantage .cont .inner {
    padding:16px 0;
    padding-left:55px;
}
.advantage .cont .inner p {
    position:relative;
    font-size:14px;
    color:#000000;
    line-height:28px;
    padding-left:20px;
    margin-bottom:8px;
}
.advantage .cont .inner p:before {
    position: absolute;
    top:0;
    left:0;
    height:28px;
    width:20px;
    display: inline-block;
    content:'';
    background:url("../../image/home/advantage-start.jpg") no-repeat center center;
    background-size:16px;
}
.advantage .cont .inner p em {
    color:#e10000;
}

.main-body .adv {
    position:relative;
    height:160px;
    margin-bottom:40px;
}
.main-body .adv .view-img {
    width:100%;
    overflow:hidden;
    height:100%;
}
.main-body .adv .view-img img {
    width:100%;
    height:100%;
    display:inline-block;
    vertical-align: top;
}
.main-body .adv .call {
    display:inline-block;
    position:absolute;
    top:50px;
    right:88px;
}
.main-body .adv .phone-c {
    position:relative;
    padding-left:36px;
}
.main-body .adv .phone-c:after {
    content:'';
    display:inline-block;
    width:27px;
    height:27px;
    position:absolute;
    left:0;
    top:50%;
    margin-top:-12px;
    background:url("../../image/home/icon-phone.png") no-repeat center left;
    background-size:27px;
}
.main-body .adv .phone-c .inner {
    line-height:1;
    color:#fff;
}
.main-body .adv .phone-c .inner .phone {
    display:block;
    line-height:36px;
    font-size:18px;
}
.main-body .adv .btns {
    text-align:center;
    /* height:32px; */
}
.main-body .adv .btns .btn {
    position: relative;
    display:inline-block;
    width:137px;
    /* overflow:hidden; */
    border:0;
    padding:0;
    padding-left:40px;
    line-height:32px;
    text-align:center;
    background:#fff;
    font-size:14px;
    color:#000000;
}
.main-body .adv .btns .btn:before {
    content:'';
    display:inline-block;
    width:40px;
    height:32px;
    position:absolute;
    left:0;
    top:0;
    background:url("../../image/home/icon-concat.jpg") no-repeat center center;
    background-size:auto;
}
.heap-box {
    margin:0 20px;
}
.heap-box .head {
    height:70px;
    overflow:hidden;
    line-height:60px;
    margin: 0 auto 15px;
    font-size:26px;
    border-bottom: 1px solid #dfdfdf;
}
.heap-box .head .title {
    line-height:38px;
    /* height:38px; */
    height:100%;
    display:inline-block;
    margin-left: 8px;
    text-align:center;
    color:#000201;
    
}
.heap-box .head .more {
    height:38px;
    float:right;
    margin-right:15px;
    font-size:14px;
    color:#000201;
    margin-top: 5px;
    font-weight: bold;
}
.heap-box .cont {
    display:block;
    padding:26px 8px;
    overflow:hidden;
}

.intro .view-img {
    margin-right:12px;
    float:left;
    width:400px;
    height:271px;
    position:relative;
    padding-bottom:4px;
}
.intro .view-img img {
    width:100%;
    height:100%;
    vertical-align: top;
    display:inline-block;
}
.intro .view-img:after {
    position:absolute;
    bottom:0;
    left:0;
    display:inline-block;
    width:100%;
    height:4px;
    background:url("../../image/home/intro-img-bottom.png") no-repeat center center;
    background-size:100%;
    content:'';
}
.intro .text {

}
.intro .text p {
    font-size:14px;
    color:#666666;
    line-height:24px;
    text-indent:28px;
}
.intro .text .btns {
    margin-top:5px;
    text-align:right;
}
.intro .text .btns .btn {
    border-radius:0;
    width:94px;
    height:38px;
    text-align:center;
    line-height:38px;
    color:#fff;
    padding:0;
}

.dynamic-question {
    /* 防止某一块过高超出 */
    overflow:hidden;
}
.dynamic {
    width:575px;
    display:inline-block;
}
.dynamic .detail {
    padding-bottom:4px;
    overflow:hidden;
}
.dynamic .detail .view-img {
    display:inline-block;
    width:223px;
    height:117px;
    overflow:hidden;
}
.dynamic .detail .view-img img {
    width:100%;
    height:100%;
}
.dynamic .detail .des {
    float:right;
    width:290px;
}
.dynamic .detail .des .txt_title {
    font-size:18px;
    color:#000201;
    font-weight: bold;
    line-height: 32px;
}
.dynamic .detail .des .txt-cut {
    font-size:14px;
    color:#666666;
    line-height:28px;
    max-height:96px;
}
.dynamic .detail .des .btns {
    /* display:block; */
    text-align:right;
}
.dynamic .detail .des .btns .btn {
    display:inline-block;
    padding:0 17px;
    height:38px;
    min-width: 94px;
    line-height:38px;
    color:#fff;
    text-align:center;
    /* 图上往上提了一点. 如果文本过来. 删掉这个 */
    margin-top:-10px;
}
.dynamic .list {

}
.dynamic .list .item {
    position:relative;
    border-bottom:dashed 1px #dfdfdf;
    line-height:41px;
    height:41px;
}
/* 照道理来讲最后一个不该有边框线 */
/*.dynamic .list .item:last-child {
    border-bottom:0;
}*/
.dynamic .list .item:before {
    display:inline-block;
    width:9px;
    height:10px;
    top:20px;
    left:12px;
    content:'';
    background:url("../../image/home/dynamic-icon-arrow.png") no-repeat center center;
    background-size:9px;
    position: absolute;
}
.dynamic .list .item a {
    display:inline-block;
    color:#000000;
}
.dynamic .list .item a:hover {
    color:#23527c;
}
.dynamic .list .item .inner {
    width:400px;
}
.dynamic .list .item .date {
    float:right;
}
.question {
    width:465px;
    float:right;
}
.question .list {
    padding:10px 4px;
}
.question .list .item {
    padding: 15px 0 20px;
    border-bottom: 1px dashed #dfdfdf;
}

.question .list .item:first-child {
    /*padding-top: 8px;*/
}
.question .list .item:last-child {
    border-bottom: none;
}
.question .list p {
    position:relative;
    /*padding-left:41px;*/
}
.question .list p:before {
    position:absolute;
    left:0;
    content:'';
    display:inline-block;
    width:28px;
    height:28px;
    /* 兼容的话切图片 */
    text-align:center;
    line-height:28px;
    color:#fff;
}
.question .list .answer {
    margin-top:8px;
    line-height: 26px;
    font-size:14px;
    color:#666666;
}
/*.question .list .answer:before {
    top:5px;
    background-color:#5e5e5e;
    content:'答';
}*/
.question .list .ask {
	font-size: 18px;
	font-weight: bold;
    line-height:28px;
    min-height: 28px;
    color:#000000;
}
/*.question .list .ask:before {
    top:0;
    background-color:#ff6100;
    content:'问';
}*/

.partner .cont {
    /* width:100%; */
    overflow:hidden;
}
.partner .list {
    /* padding:0 2.5px; */
    width:1035px;
    font-size:0;
    letter-spacing: -3px;
    margin: 0 auto 10px;
}
.partner .list .item {
    position:relative;
    display:inline-block;
    width:130px;
    height:60px;
    margin-bottom:20px;
    margin-right:20px;
    font-size:14px;
    letter-spacing: 0;
    overflow:hidden;
    border: 1px solid #dfdfdf;
}
.partner .list .item:nth-child(7) {
    margin-right: 0;
}
.partner .list .item:nth-child(14) {
    margin-right: 0;
}
.partner .list .item:nth-child(21) {
    margin-right: 0;
}
.partner .list .item:before {
    display:inline-block;
    content:'';
    vertical-align: middle;
}
.partner .list .item img {
    /* position: absolute; */
    /* transform: translateY(-50%); */
    /* 不定高居中 */
    width:90%;
    /*top:50%;
    left:5%;*/
    height:auto;
    vertical-align: middle;
    margin-top:-3px;
}

.mien {

}
.mien .cont,
.aptitude .cont {
    position:relative;
}
.mien .btns,
.aptitude .btns {
    position:absolute;
    top:50%;
    left:50%;
    width:0;
    height:0;
}
.mien .btns a,
.aptitude .btns a {
    display:inline-block;
    width:30px;
    height:58px;
    position:absolute;
    /* top:-29px; */
    top:50%;
    margin-top:-29px;
}
.mien .btns a:hover,
.mien .btns a:focus,
.aptitude .btns a:hover,
.aptitude .btns a:focus {
    outline:none;
}
.mien .btns a.mien-next,
.aptitude .btns a.mien-next {
    right:-450px;
    background:url("../../image/home/swiper-next.png") no-repeat center center;
    background-size:100%;
}
.mien .btns a.mien-prev,
.aptitude .btns a.mien-prev {
    left:-450px;
    background:url("../../image/home/swiper-prev.png") no-repeat center center;
    background-size:100%;
}
.mien-swiper .view-img {
    /* 图片高度凑偶了 */
    display:inline-block;
    height:260px;
    width:auto;
    overflow:hidden;
    vertical-align: top;
}
.mien-swiper .view-img img {
    width:auto;
    min-width:100%;
    min-height:100%;
}
.mien-swiper .bot {
    width:100%;
    box-shadow:1px 1px 3px #7896ae;
    -webkit-box-shadow:1px 1px 3px #7896ae;
    border-bottom:1px solid #7896ae;
    margin-bottom:4px;
    text-align:center;
    color:#fff;
    font-size:12px;
}
.aptitude {

}
.aptitude .aptitude-swipe {
    width:800px;
    margin:auto;
}
.aptitude .swipe-slide {
    display:none;
    width:800px;
    height:220px;
    overflow:hidden;
    font-size:0;
    letter-spacing: -3px;
}
.aptitude .swipe-slide.active {
    display:block;
}
.aptitude .swipe-slide .view-img {
    display:inline-block;
    font-size:14px;
    letter-spacing: 0;
    margin-left:40px;
    width:170px;
    height:220px;
}
.aptitude .swipe-slide .view-img:first-child {
    margin-left:0;
}
.aptitude .swipe-slide .view-img img {
    width:100%;
    min-height:100%;
}

#box-swiper {
    position: relative;
    width: 754px;
    height: 292px;
    margin:auto;
    /* margin: 115px auto 0; */
}
#box-swiper ul {
    position: relative;
    width: 754px;
    height: 292px;
}
#box-swiper li {
    position: absolute;
    /* border: 2px solid #000; */
    list-style: none;
    background: #000;
    width: 0;
    height: 0;
    top: 146px;
    left: 377px;
    z-index: 0;
    cursor: pointer;
    overflow: hidden;
    border-radius: 3px;
}
#box-swiper li .bot {
    position:absolute;
    bottom:0;
    left:0;
    height:28px;
    line-height:28px;
    border-bottom:0;
    margin-bottom:0;
}
#box-swiper .prev,
#box-swiper .next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 58px;
    margin-top: -29px;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
    border:none;
}
#box-swiper .prev {
    left: -60px;
    background:url("../../image/home/swiper-prev.png") no-repeat center center;
}
#box-swiper .next {
    right: -60px;
    /* background-position: -39px 0; */
    background:url("../../image/home/swiper-next.png") no-repeat center center;
}

select{color: #333333}

option{color: #333333;}

/* WebKit browsers */

input::-webkit-input-placeholder {

    color: #919191;

}

#danwei_m::-webkit-input-placeholder {

	padding-left: 260px;

}

/* Mozilla Firefox 4 to 18 */

input:-moz-placeholder {

    color: #919191;

    opacity: 1;

}

/* Mozilla Firefox 19+ */

input::-moz-placeholder {

    color: #919191;


}

/* Internet Explorer 10+ */

input:-ms-input-placeholder {

    color: #919191;

}
input{
    caret-color: #919191;
}