@charset "utf-8";
*{margin:0;padding:0;list-style-type:none;}
.hide{display:none}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.clearfix{*zoom:1}
em,i,s{font-style:normal;}
html{
    -ms-overflow-style:none;
}
/*侧栏显示*/
.wrap{
    display: inline-block;
}
/*轮播*/
#container {
    width: 100%;
    height: 450px;
    position: absolute;
    left: 0;
    overflow: hidden;
    box-shadow: 0 5px 10px #CCC;
    /*min-width: 1200px;*/
}
.haha{
    display: block;
    margin: auto;
    width: 1200px;
    border-bottom: #E9E9E9 solid 1px;
}
/*固定左右切换按键*/
.turn{
    display: block;
    width: 800px;
    height: 100%;
    position: relative;
    margin: 0 auto;
}
#list {
    /*七张图片*/
    height: 100%;
    position: absolute;
    z-index: 1;
}

#list img {
    float: left;
    height: 100%;
}

#buttons {
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 2;
    bottom: 20px;
    text-align: center;
}

#buttons span {
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-right: 5px;
    background: #333;
}

#buttons .on {
    background: #D03322;
}
.arrow {
    /*display: none;*/
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    width: 40px;
    height: 80px;
    position: absolute;
    z-index: 2;
    top: 180px;
    color: #fff;
    background-color: RGBA(0, 0, 0, .3);
    background-image: url("../img/ico-arrow-banner.png");
    opacity: .2;
}

.arrow:hover {
    opacity: .6;
    background-color: RGBA(0, 0, 0, .7);
}

#container:hover .arrow {
    display: block;
}

#pre {
    left: 20px;
    text-decoration: none;
}

#next {
    right: 20px;
    text-decoration: none;
    background-position: -42px 0;
}
/*公告*/
.notice{
    float: right;
    position: relative;
    width: 200px;
    height:450px;
    z-index: 20;
}
/*.notice ul::-webkit-scrollbar {*/
/*width: 1px;*/
/*}*/
/*.notice>ul{*/
/*height: 75px;*/
/*margin: 0px;*/
/*margin-bottom: 20px;*/
/*padding: 5px;*/
/*}*/
/*.notice>ul a{*/
/*color: #666;*/
/*text-decoration: none;*/
/*}*/
/*.notice a:hover{*/
/*color: #D03322;*/
/*text-decoration: none;*/
/*}*/
/*.notice li{*/
/*display: block;*/
/*margin: 15px 0px;*/
/*padding-left: 5px;*/
/*}*/
/*.notice li:first-child{*/
/*margin-top: 0px;*/
/*}*/
.conts_tite{
    margin: 0px 5px;
    border-bottom: #E9E9E9 solid 1px;
    margin-bottom: 10px;
}
.conts_tite h4{
    display: inline-block;
    margin: 0px;
    padding: 2px 5px;
    font-size: 14px;
    border-bottom: #D03322 solid 1.5px;
    position: relative;
    top: 2.5px;
}

.thumbnail a img{
    height: 200px;
}

/*商品显示样式*/
.caption a{
    text-decoration: none;
    color:black;
    font-size: 14px;
}
.caption a:hover{
    color: orangered;
}

.indexsp{
    color:whitesmoke;
    border:1px solid whitesmoke;
} /* 默认的样式 */
.indexsp:hover{
    border-color:orangered;
} /* 鼠标经过时的样式 */

.injiage{
    margin-right: 150px;
}
.injiage span{
    font-size: 28px;
    color: red;
    font-weight: 700
}

/*滚动监听样式开始*/
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
.box{
    margin: 0 auto;
}
.fl_l{
    width: 100px;
    float: left;
    border: 1px solid #f4f4f4;
    background: gainsboro;
    border-radius: 5px;
}
.fl_l li a{
    border-bottom: 1px solid #eee;
    text-align: center;
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 60px;
    text-decoration: none;
}
.fl_l li.active a{
    background: #D03322;
    color: #fff;
}
.fl_r{
    float: right;
    width: 970px;
}
.banner{
    background: #fff;
    width: 100%;
    height: 600px;
    font-size: 40px;
    line-height: 600px;
    text-align: center;
    margin-bottom: 30px;
}
/*滚动监听样式结束*/
.caidan1{
    height: 40px;
    line-height: 40px;
    width: 100%;
    background-color: #D03322;
    font-size: 24px;
    color: white;
    border-radius: 5px;
}
/*首页模式*/
.container{
    padding: 0px;
    width: 1200px;
    margin: auto;
}
/*首页内容*/
/*热销产品*/
.conbgc{
    height: 312px;
    background: linear-gradient(to left top, #E8424C 0%, #E75B98 25%, #E86ACD 50%,#8B60E3 100%);
}
.conts{
    display: block;
    width: 1200px;
}
.cont{
    display:block;
}
.contsin{
    text-align: left;
}
.cont div{
    width: 234px;
    height: 302px;
    display: inline-block;
    margin-right: 1px;
    border: #EEE solid 1px;
    background-color: #FFF;
    text-align: center;
    margin-top: 5px;
}
.divleft{
    margin-left: 2px;
}
.cont div:last-of-type {
    margin-right: 0px;
}
.cont div:hover{
    cursor:pointer;
    border:1px solid #e9e9e9;
    box-shadow: 0 0 2px 2px #f8f8f8;
    background-color: #fffdf4;
}
.cont_title{
    display: block;
    text-align: left;
}
.cont_title *{
    margin: 15px 0;
}

.cont_title b{
    color: #D03322;
    display: inline-block;
    font-size: 28px;
}
.cont_title p{
    display: inline-block;
    color: #666;
    font-size: 22px;
}
.cont_title .moreP{
    float: right;
    font-size: 14px !important;
}
.cont_title p a{
    text-decoration: none;
}
.cont_img{
    float: left;
    width: 82%;
    height: 68%;
    margin: 0 8%;
    transition:0.5s;
}
.cont div:hover .cont_img{
    margin: 0px 4%;
    width: 90%;
    height: 76%;
    transition:0.5s;
}
.cont_name{
    font-size: 16px;
    height: 5%;
    margin: 5% 0px;
    transition:0.5s;
}
.cont div:hover .cont_name{
    transition:0.5s;
}
.cont_show{
    width: 100%;
    height: 100%;
}
.cont_peice{
    font-size: 14px;
    height: 5%;
    margin: 5% 0px;
    transition:0.5s;
    color: red;
}
.nots{
    display: none;
    width: 60px;
    background-color: #FEFEFE;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -680px;
    border: #DEDEDE solid 1px;
    border-bottom: none;
}
.not{
    font-size: 14px;
    color: #AAA;
    width: 100%;
    display: block;
    text-align: center;
    border-bottom: #DEDEDE solid 1px;
    overflow: hidden;
}
.not p{
    line-height: 20px;
    height: 20px;
    text-align: center;
    margin: 0px;
    font-size: 12px;
}
.not:hover{
    cursor:pointer;
    color: #FFF;
    background-color: #D03322;
}
.not_color{
    color: #FFF;
    background-color: #D03322;
}
.login_nav{
    width: 100%;
    height: 150px;
    border-bottom: #E9E9E9 solid 1px;
}

.login_nav>div>p{
    position: relative;
    top: 14px;
    text-align: center;
}
.login_nav>div:last-of-type{
    padding: 0px 30px;
}
.login_nav .indlog>div{
    margin-top: 10px;
}
.login_nav>div>div>div{
    font-size: 14px;
    display: inline-block;
    padding: 5px 15px;
    background-color: #D03322;
}
.login_nav>div>div>div>a{
    color: #FFF;
}
.login_nav>div>div>div:hover{
    cursor: pointer;
    background-color: #bb3421;
}
.login_nav>div>div>div:last-of-type{
    float: right;
}
.fast{
    height: 150px;
    width: 100%;
}
.fast div{
    float: left;
    width: 33%;
    text-align: center;
}

.fast i{
    text-align: center;
    font-size: 38px;
    padding: 5px;
    color: #D03322;
}
.fast p{
    margin-top: 3px;
}
.fast p>a{
    text-decoration: none;
}
/*背景*/
center{
    background-color: #F9F9F9;
    padding-bottom: 40px;
}
/*尾部*/
.footer_foot{
    margin-top: 90px;
    text-align: center;
    color: grey;
}
.footer_foot a{
    color: grey;
    text-decoration: none;
}

/* 首页宣传视频介绍开始 */

/* .aboutusIcon {
	position: fixed;
	left: 100px;
	bottom: 20px;
	width: 130px;
	height: 130px;
	cursor: pointer;
	background: url("../img/aboutus.png")  no-repeat center center;
}
.videoMask{
	display:none;
	background:#333333;
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
	opacity: .9;
	z-index: 1001;
}
.m {
	width: 100%;
	height: 100%;
	position: fixed;
	display: flex;
    justify-content: center;
    align-items: center;
	top:0;
	left:0;
	display:none;
	z-index: 1001;
}
.closeWindow {
	display: flex;
    justify-content: flex-end;
	align-items: center;
}
.videoWindow{
	width:1000px;
}
.closeWindow i {
	width:20px;
	height:20px;
	background:url("../img/close.png");
	background-size:100% auto;
	background-repeat:no-repeat;
} */

/* 首页宣传视频介绍结束 */

/* 充值优惠开始 */
/* .favorableIcon {
	position: fixed;
	left: 100px;
	bottom: 150px;
	width: 120px;
	height: 80px;
	cursor: pointer;
	background: url("../img/favor.png")  no-repeat center center;
}
.favorableWindow{
	width: 100%;
	height: 100%;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	top:0;
	left:0;
	display:none;
	z-index: 1001;
}
.favorableContent{
	width:50%;
	height: 50%;
	background: #ffffff;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.favorableContent ul{
	width: 80%;
	height: 50%;
}
.favorableContent ul li{
	min-height: 40px;
	border: 1px solid #f7f7f7;
	margin: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.favorableContent ul li p{
	padding: 0 5px;
	margin: 0;
	font-size: 18px;
}
.chargeMoney{
	color: #ff6f6f;
	width: 18%;
}
.favorableClose{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: flex-end;
}
.favorTitle{
	font-size: 36px;
	margin: 30px 0;
	color: #3a9600;
	font-weight: 600;
}
.closeBtn {
	width:20px;
	height:20px;
	margin: 5px 5px 0 0;
	background:url("../img/close.png");
	background-size:100% auto;
	background-repeat:no-repeat;
}
.goCharge{
	width: 150px;
	height: 40px;
	color: #ffffff;
	background: #3a9600;
	border-radius: 3px;
	font-size: 18px;
	margin: 20px;
} */
/* 充值优惠结束 */
.favorAndVideo{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.fvItem {
	/* width: 48%;
	margin: 1%; */
	/* width: 46%; */
	margin: 1%;
	padding: 1% 2%;
	height: 220px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.favorableContent{
	width:calc(92% - 288px);
	height: 50%;
}
.videoContent{
	width:calc(4% + 288px);
	height: 50%;
}
.fvItem ul,.fvItem ul li{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}
.chargeText,.chargeMoney {
	font-size: 18px;
}
.chargeMoney{
	color: #ff6f6f;
	padding: 0 10px;
}
.fvItem ul{
	flex-direction: column;
	margin-bottom: 0;
	/* width: 480px;
	height: 270px; */
	justify-content: space-evenly;
	padding: 0 40px;
}
.favorContentBody{
	display: flex;
}
.favorContentBody img{
	height: 162px;
	padding: 0 40px;
}
.fvItemTitle{
	display: flex;
	justify-content: flex-start;
	/* padding-left: 1%; */
}
.fvItemTitle p{
	font-size: 20px;
	font-weight: 600;
	color: #666666;
}