﻿@charset "utf-8";
*{margin: 0;padding: 0;}
a{text-decoration:none;}
ul li{list-style:none;}
input{border:none;}
img{border: 0;display: block;max-width: 100%;vertical-align: middle;}
.logoBG{width:1050px;height: 55px;text-align: right;font-size:14px;color:#666;font-family:'微软雅黑'; padding-top: 53px; margin: 0 auto; margin-bottom: 10px; background: url(/Files/logo/logo_02.png) 10px 25px no-repeat}
.dengluBox{width:320px;height:355px;background: #FFFFFF;background-color: rgba(255,255,255,0.8);opacity: 0.8;filter:alpha(opacity=80);  border-radius: 10px; text-align: center; z-index:999;position:absolute;top:15%;right:18%;}
.dengluBox h2{color:#1177cd;font-family:'微软雅黑';font-size: 20px;padding-top:25px;padding-bottom: 10px;}
input{font-family:'微软雅黑';height:45px;line-height:45px;width: 250px;border-radius: 5px;
border:1px solid #e2e2e2;font-size: 15px;
color: #797979;text-indent:20px; margin:5px 10px;}
input:focus{outline: none !important; border:1px solid #55b1fe; box-shadow: 0 0 10px #1177cd;}
.dl_btn{color: #fff;font-family:'微软雅黑';background: url(../../images/dlBtn.png) no-repeat center;width:250px;height:45px;line-height:45px;}

.dl_btn:hover{background: #1177cd;}
.js-silder{position: relative;min-width: 1300px;}
.silder-scroll{width: 100%;overflow: hidden;}
.silder-main{position: relative;width: 100%;overflow: hidden;}
.silder-main-img{position: absolute;top: 0;left: 0;width: 100%;}
.silder-main-img img{width: 100%;}
.js-silder-ctrl{width: 100%;text-align: center;}
.silder-ctrl-prev,
.silder-ctrl-next{position: absolute;top: 0;width: 8%;height: 100%;vertical-align: middle;cursor: pointer;color: #fff;font-family: "宋体";font-size: 52px;font-weight: 600;text-shadow: #666 2px 2px 5px;}
.silder-ctrl-prev{left: 0;text-align: left;}
.silder-ctrl-next{right: 0;text-align: right;}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{position: absolute;top: 50%;margin-top: -40px;}
.silder-ctrl-prev>span{left: 0;}
.silder-ctrl-next>span{right: 0;}
.silder-ctrl-con{display: inline-block;width: 4%;padding: 10px 0;margin: 0 10px;display: none;cursor: pointer;}
.silder-ctrl-con>span{display: block;line-height: 0;text-indent: -9999px;overflow: hidden;padding: 5px 0;cursor: pointer;background-color: #e4e4e4;}
.silder-ctrl-con.active>span{background-color: #7bbedf;}
@media (max-width: 768px){.silder-ctrl-prev,.silder-ctrl-next{width: 10%;font-size: 26px;margin-top: -25px;}.silder-ctrl-con{width: 14px;height: 14px;padding: 0;margin: 0 5px;}.silder-ctrl-con>span{display: block;width: 100%;height: 100%;border-radius: 50%;padding: 0;}
}