@CHARSET "UTF-8";

/*轮播  */
.banner{
    position: relative;
}
.lubo{
        width: 100%;
        height: auto;
    	max-height:480px;
        clear: both;
        position: relative;
        background: rgb(29,32,135);
    }

.lubo_box {
    position: relative;
    width: 100%;
    height: auto;
    max-height:480px;
}

.lubo_box li {
    float: left;
    width: 100%;
    height: auto;
    max-height:480px;
    opacity: 0;
    filter: alpha(opacity=0);
    display:none;
}
.lun_box li:hover{
    cursor: pointer;
}

.lubo_box li a {
    display: block;
    width: 1170px;
    height: 480px;
    margin:0 auto;
}

.lubo_box li img {
	display:block;
    width: 1170px;
    height: auto;
    margin: 41px auto 0 0;
}
/*圆点*/

.cir_box {
    overflow: hidden;
    position: absolute;
    z-index: 100;
    height: 30px;
    line-height: 30px;
}

.cir_box li {
    float: left;
    width: 12px;
    height: 12px;
    border-radius:50%;
    margin: 4px 5px;
    cursor: pointer;
    background: #fff;
    opacity: 0.4;
    filter: alpha(opacity=40);
    box-shadow:1px 1px 10px #000;
}

.cir_on {
    background: #fff !important;
    opacity: 0.8!important;
    filter: alpha(opacity=80)!important;
}
/*按钮*/

.lubo_btn {
    position: absolute;
    width: 100%;
    top: 140px;
    display:none;
}

.left_btn,
.right_btn {
    width: 31px;
    height: 60px;
    cursor: pointer;
    color: #757575;
    line-height: 80px;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "宋体", serif;
    position:absolute;
    display:block;
    background:url(../../../cn/common/img/LRbg.png) no-repeat;
}
.left_btn {
   left:0;
   top:40%;
   background-position:0 center;
}

.right_btn {
    right:0;
    top:40%;
    background-position:-33px center;
}
.lunbo-btn-box{
	width:1170px;
	position:absolute;
	left:50%;
	top:200px;
	margin-left:-585px;
}
/*  轮播End */

/*热门提示*/
.hotTips{
    width:100%;
    height: 90px;
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: 0;

}
.hotTipsMain{
    position: relative;
    width:100%;
    height: 90px;
}
.hotTipsBg{
    width:100%;
    height: 90px;
    background-color: #003C83;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.hotTipsWarp{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
}
.hotTipsWarp li{
    float: left;
    width:20%;
    display:inline-block;
    padding:0 15px;
    line-height: 90px;
    vertical-align: middle;
}
.hotTipsWarp li:first-child{
    padding-left:0 !important;
}
.hotTipsWarp li:last-child{
    padding-right:0 !important;
}

.hotTipsWarp li img{
    width:200px; height:40px;
    margin:25px auto;
}
#hotPic .item img{
    display: block;
    height: 386px;
    width: 370px;
}
#hotPic .carousel-indicators li{
    margin: 0 5px;
    width: 12px;
    height: 12px;
    box-shadow: 1px 1px 5px #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background: #fff !important;
}
.carousel-indicators .active{
    opacity: 0.8 !important;
    filter: alpha(opacity=80) !important;
}
#hotPic .carousel-inner{
    cursor: pointer;
}

.submit{
    width: 150px;
    height: 34px;
    /*background: rgb(243, 152, 1);*/
    position: absolute;
    top: 330px;
    /*left: 32px;*/
    font-size: 16px;
    border-radius: 25px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border: 1px #fff solid;
}
.submit:hover{
    cursor: pointer;
}

.font{
    width: 1170px;
    margin: 0 auto;
    position: relative;
    top: -350px;
}
.font img{
    width: 710px;
    height: auto;
}
.qr{
    width: 100%;
    height: 80px;
    position: relative;
    top: -260px;
    background: -webkit-linear-gradient(270deg, #1d2087, #13163c);
}
.qr div{
    width: 1170px;
    height: 90px;
    background: #1976D3 url('../img/drBg.png') no-repeat;
    background-size: 115px 89px;

    border-radius: 8px;
    margin: -20px auto 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.qr p{
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 35px;
    padding-left: 175px;
    margin-right: 29px;
}
.qr p span{
    display: inline-block;
    width: 366px;
    height: 24px;
    background: #E4F2FB;
    border-radius: 9px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #1976D3;
    text-align: left;
    line-height: 24px;
    text-indent: 17px;
    margin-left: 26px;
}
.qr .wxBox{
    width: 110px;
    height: 110px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}
.qr .wxBox img{
    border: 1px dashed #b3b3b3;
}
.qr p span:after{
    content: "";
    display: inline-block;
    border-left: 10px solid #1976D3;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    right: 8px;
    top: 5px;
}
/******/
