.container{min-width:1000px;min-height:500px;margin:0px auto;position:relative;overflow-x:hidden;}


/*焦点图*/
.banner_con{width:100%;position:relative;background:#111;overflow: hidden;}
.banner_picbox{width:100%;padding-top:25.78125%;position:relative;overflow:hidden;}
.banner_picbox li{position:absolute;left:0px;top:0px;display:none;}
.banner_picbox li video{position:absolute;width:880px;height:495px;margin-left:475px;}
.banner_picbox li object{position:absolute;width:880px;height:495px;margin-left:475px;}
.banner_picbox img{width:100%;height:100%;}
.banner_picbox .playicon{position:absolute;left:0px;top:0px;width:115px;height:56px;background:url(../image/playicon.png) 0px 0px no-repeat;}
.banner_picbox .videobg{display:none;}

/*浮标广告*/
.floatBox1{width:204px;height: 154px;position: fixed;left: 40px;top: 240px;z-index: 999;}
.floatBtn1{width: 204px;height: 154px;display: block;background: url(../image/mfloat.png) no-repeat 0px 0px;position: absolute;}
.floatBox1 .closebtn1{width: 34px;height: 34px;display: block;background: url(about:blank);position: absolute;right: 0px;top: 22px;}

/*圣诞节优惠弹窗*/
/*.popopcen{display: none;position: fixed;width: 100%;height: 100%;overflow:auto;left:0;top:0;bottom:0;right:0;z-index: 999;}*/
.popup_shadow{display: none;width: 100%;height: 100%;background: url(../image/fade60.png);position: fixed;left: 0px;top: 0px;z-index: 999;}
.popupbox{display: none;width: 697px;height: 698px;background: url(../image/wpopup_box.png) no-repeat;color: #fff;position: fixed;left: 50%;margin-left: -350px;top: 40px;z-index: 999;font-size: 20px;line-height: 36px;}
.popupbox .wclosebtn{width: 46px;height: 46px;background: url(../image/wcloseBtn.png) no-repeat;display: block;position: absolute;right: 32px;top: 40px}
.popupbox .worderBtn{width: 225px;height: 69px;display: block;background:url(../image/WorderBtn.png) no-repeat;position: absolute;left: 235px;top: 127px;font-size: 30px;font-weight: bold;color: #fff;text-align: center;line-height: 69px;}
.popupbox .popup_text{width: 750px;position: absolute;}
.popupbox .popup_text h2,.popupbox .popup_text h2,.popupbox em,.popupbox i{font-style: normal;}
.popupbox .popup_text h2{font-size: 22px;line-height: 28px;color: #18761c;text-align: center;}
.popupbox .popup_text h3{font-size: 18px;font-weight: bold;color: #18761c;text-align: center;margin-top: 7px;}
.popupbox .popup_text p{font-size: 24px;line-height: 40px;font-weight: bold;text-align: center;color: #9d0030}
.popupbox .popup_text p em{font-size: 30px;line-height: 40px;color: #ff0e74;}
.popupbox .popup_text .wcode{display: block;position: absolute;left: 264px;top: 210px;}
.popupbox .popup_text01{top: 135px;left: -15px;}
.popupbox .tableBg{width: 814px;position: absolute;left: 152px;top: 219px;}
.popupbox .tableBg table{width: 100%;color: #ffe063;border-collapse:collapse;}
.popupbox .tableBg table td{border-right: 1px solid #4d0004;border-bottom: 1px solid #4d0004;text-align: center;font-size: 20px;line-height: 33px;padding-top: 3px;padding-right: 5px;}
.popupbox .tableBg table td.noborder{border-right: none;}
.popupbox .tableBg table td span{font-size: 24px;}
.popupbox .tableBg table td em{text-decoration: line-through;}
.popupbox .Spopup_text{font-weight: bold;position: absolute;left: 156px;top: 543px;}
.popupbox .Spopup_text em{font-size: 30px;}




/*.banner_btn{width:90%;position:absolute;left:0px;}*/
.banner_btn a{display:inline-block;width:30px;height:50px;transition:0.3s;}
.banner_btn a:hover{opacity:0.7;filter:alpha(opacity=70);}
.banner_btn .prevBtn{background:url(../image/icon.png) 0px -34px no-repeat;position:absolute;left:3%;top:220px;}
.banner_btn .nextBtn{background:url(../image/icon.png) -63px -34px no-repeat;position:absolute;right:9%;*right:13%;right:13%\0;top:220px;}

@media screen and (min-width:0px) and (max-width:1111px){.banner_btn .nextBtn{right:14%;}}
@media screen and (min-width:1112px) and (max-width:1440px){.banner_btn .nextBtn{right:12.5%;}}
@media screen and (min-width:1440px) and (max-width:1700px){.banner_btn .nextBtn{right:11%;}}


.banner_picfocus{text-align:center;width:100%;height:0px;position:absolute;left:-5%;bottom:75px;background:red;}
.banner_picfocus a{display:inline-block;width:115px;height:56px;background:#fff;margin:0px 6px 0px 6px;position:relative;z-index:5;border:3px solid #fff;}
.banner_picfocus a img{width:100%;height:100%;}
.banner_picfocus a:hover,.banner_picfocus a.active{
	background:#fff;width:111px;height:52px;border:5px solid #ffe400;top:-2px;*top:0px;
	-webkit-animation:bannerflipInX .7s ease both;
	-moz-animation:bannerflipInX .7s ease both;
	-ms-animation:bannerflipInX .7s ease both;
	animation:bannerflipInX .7s ease both;
}
@-webkit-keyframes bannerflipInX{
	0%{-webkit-transform:perspective(800px) rotateX(180deg);}
	100%{-webkit-transform:perspective(400px) rotateX(0deg);}
}
@-moz-keyframes bannerflipInX{
	0%{-moz-transform:perspective(800px) rotateX(180deg);}
	100%{-moz-transform:perspective(400px) rotateX(0deg);}
}
@-ms-keyframes bannerflipInX{
	0%{-ms-transform:perspective(800px) rotateX(180deg);}
	100%{-ms-transform:perspective(400px) rotateX(0deg);}
}
@keyframes bannerflipInX{
	0%{transform:perspective(800px) rotateX(180deg);}
	100%{transform:perspective(400px) rotateX(0deg);}
}


.book_btn{width:6.5%;height:100%;position:absolute;right:0px;top:0px;}
.book_btn img{ width: 100%;}
.book_btn a{display:block;width:100%;height:33.3333%;position: absolute;}
.book_btn .btn01{ top: 0;}
.book_btn .btn02{ top: 33.3333%;}
.book_btn .btn03{ top: 66.6666%;}
/* .book_btn a{display:block;width:100%;height:33.3333%;float:left;position:relative;text-align:center;color:#fff;transition:0.3s;font-size:20px;font-weight:bold;line-height:200px;}
.book_btn a:hover{opacity:0.9;filter:alpha(opacity=90);}
.book_btn .btn01{background:url(../image/icon.png) -876px 0px no-repeat;}
.book_btn .btn02{background:url(../image/icon.png) -876px -165px no-repeat;}
.book_btn .btn03{background:url(../image/icon.png) -876px -330px no-repeat;}
.book_btn a span{font-size:14px;color:#ffd800;font-weight:normal;position:absolute;left:0px;top:115px;width:100%;line-height:24px;cursor:pointer;} */



/*底部内容*/
/*快捷连接*/
.indexBottomCon .bottom_line_recommend_wrap{background:none;box-shadow:none;}
.indexBottomCon .bottom_line_recommend{margin-left:0px;}
.bottomCon_bottom{width:1200px;margin-top:10px;}
.bottomCon_bottom_box{float:left;margin-right:5px;position:relative;}

.bottomCon_bottom_box1{margin-right:10px;}
.bottomCon_bottom_box2{width:245px;height:175px;background:#fff;border:1px solid #d5d5d5;border-radius:5px;box-shadow:0px 4px 5px #dfe1e4;}
.bottomCon_bottom_box3{width:165px;height:175px;background:#fff;border:1px solid #d5d5d5;border-radius:5px;box-shadow:0px 4px 5px #dfe1e4;}
.bottomCon_bottom_box4{width:250px;height:175px;background:#fff;border:1px solid #d5d5d5;border-radius:5px;box-shadow:0px 4px 5px #dfe1e4;}

.bottomCon_bottom_box1 .know_btn{display:inline-block;width:312px;height:175px;background:url(../image/know_btn.jpg) 0px 0px no-repeat;border:1px solid #d5d5d5;border-radius:5px;transition:0.3s;box-shadow:0px 4px 5px #dfe1e4;}
.bottomCon_bottom_box1 .know_btn em{font-size:24px;color:#fff;position:absolute;left:20px;top:20px;font-weight:500;cursor:pointer;}
.bottomCon_bottom_box1 .know_btn:hover{opacity:0.8;filter:alpha(opacity=80);}

.bottomCon_bottom_box2 em{font-size:18px;color:#606060;position:absolute;left:20px;top:20px;font-weight:bold;}
.bottomCon_bottom_box2_btn{width:100%;text-align:center;position:relative;top:65px;*top:50px;}
.bottomCon_bottom_box2_btn a{display:inline-block;width:62px;height:62px;text-align:center;line-height:160px;color:#5f5f5f;font-size:16px;margin:0px 5px;transition:0.3s;}
.bottomCon_bottom_box2_btn a:hover{opacity:0.8;filter:alpha(opacity=80);}
.bottomCon_bottom_box2_btn .a1{background:url(../image/icon.png) -398px 0px no-repeat;}
.bottomCon_bottom_box2_btn .a2{background:url(../image/icon.png) -473px 0px no-repeat;}
.bottomCon_bottom_box2_btn .a3{background:url(../image/icon.png) -548px 0px no-repeat;}


.bottomCon_bottom_box3 p{width:100%;text-align:center;}
.bottomCon_bottom_box3 .p1{font-size:18px;color:#606060;margin-top:20px;}
.bottomCon_bottom_box3 .p1 i{display:inline-block;width:22px;height:22px;background:url(../image/icon.png) -275px -116px no-repeat;position:relative;top:4px;*top:0px;margin-right:3px;}
.bottomCon_bottom_box3 .p2{font-size:22px;color:#ff7800;font-family:"Tahoma","Arial";margin-top:5px;}

.bottomCon_bottom_box3_btn{display:block;width:141px;height:57px;background:url(../image/icon.png) -332px -116px no-repeat;text-align:center;color:#fff;font-size:14px;font-weight:500;line-height:57px;text-indent:26px;margin:0px auto;margin-top:15px;transition:0.3s;}
.bottomCon_bottom_box3_btn:hover{opacity:0.8;filter:alpha(opacity=80);}

.bottomCon_bottom_box4_left{float:left;width:132px;height:132px;margin-left:12px;margin-top:22px;}
.bottomCon_bottom_box4_left img{width:100%;height:100%;}

.bottomCon_bottom_box4_right{text-align:center;width:90px;float:left;margin-left:5px;margin-top:22px;}
.bottomCon_bottom_box4_right a{float:left;width:90px;height:42px;line-height:42px;color:#fff;text-indent:35px;font-size:12px;font-weight:500;margin-bottom:4px;transition:0.3s;}
.bottomCon_bottom_box4_right a:hover{opacity:0.8;filter:alpha(opacity=80);}
.bottomCon_bottom_box4_right .a1{background:url(../image/icon.png) -509px -116px no-repeat;}
.bottomCon_bottom_box4_right .a2{background:url(../image/icon.png) -617px -116px no-repeat;}
.bottomCon_bottom_box4_right .a3{background:url(../image/icon.png) -724px -116px no-repeat;}


.left_code{ float: left;
    width: 161px;
    height: 161px;
    margin-top: 8px;
    margin-left: 8px;
}
.left_code img{
	display: none;
}
.code_btn{
	text-align: center;
    width: 66px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.code_btn a {
    float: left;
    width: 66px;
    height: 87.5px;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
    background: #515253;
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    position: relative;
}
.code_btn a i {
    width: 0;
    height: 0;
    font-size: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 35px;
    display: none;
}
.code_btn a span{
	margin-left: -5px;
}
.code_btn a:hover,.code_btn a.active {
    background: #1fa700;
}
.code_btn a.active i{display:block;}



