/* 公共样式 */
.float_left{
	float: left;
}
.float_right{
	float: right;
}
.float_clr{
	clear: both;
}
.clearfix {
    zoom: 1;
}
.m_b10{
	margin-bottom: 10px;
}
.m_b20{
	margin-bottom: 20px;
}
.m_b30{
	margin-bottom: 30px;
}
.m_t20{
	margin-top: 20px;
}
.hide{
	display: none;
}
/* 头部样式修改  */
#top{
	background: #000000;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
}
.quick-menu a:hover{
	background: #000000;
}
.d-corner {
    font: 8px/25px arial;
    color: #999;
    font-style: normal;
    float: right;
    margin-left: 2px;
    margin-top: 4px;
}
.up-arrow{
	display: none;
}
#website_ind_wrap:hover #website_nav{
	display: block;
}
#website_ind_wrap:hover .up-arrow{
	display: block;
}
#website_ind_wrap:hover .down-arrow{
	display: none;
}
#top #website_ind_wrap:hover{
	background: #d00 !important;
}
#top #website_nav:hover{
	background: #fff;
	color: #666 !important;
}
#top .wraplist_title:hover{
	background: #fff;
	color: #666 !important;
}
#top a:hover{
	background: #000;
	color: #fff;
}
#website_nav{
	display: none;
	position: absolute;
    top: 31;
    left: 15.5px;
    width: 966px;
    z-index: 999;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sub_dis_wrap{
    height: 180px;
    border-right: 1px solid #d9d9d9;
    text-align: left;
    margin: 10px 0;
    padding: 0 38px 10px;
    z-index: 1000;
    float: left;
}
.sub_dis_wrap .disList {
    list-style: none;
    display: block;
    margin-right: 10px;
    float: left;
}
.sub_dis_wrap .disList li {
    float: none;
    padding-left: 0;
    background: none;
    margin: 0 0 10px;
    padding-right: 0;
}
#top #website_nav a {
    color: #666666 !important;
}
#top #website_nav a:hover{
	background: #fff;
}
.sub_dis_wrap .disTitle a {
    font-size: 14px;
    font-family: "Microsoft YaHei","微软雅黑";
    font-weight: bold;
    color: #444444;
    height: 40px;
    line-height: 40px;
}

body{
	background: #fbfcfe;
}
h3{
	font-size:24px;
}
.c_title{
	line-height: 32px;
	margin-bottom: 50px;
}
.c_title img{
	width: 52px;
	margin-right: 12px;
}
.c_title span{
	color: #0070C0;
	margin-right: 12px;
}
.dataDatumBox{
	width: 1200px;
	margin: 0 auto;
}
.dataDatum_des{
	width: 100%;
	margin: 72px 0;
	font-family:Microsoft YaHei;
}
.dataDatum_des h3{
	text-align: center;
	margin-bottom: 40px;
}
.dataDatum_des p{
	font-size:16px;
	text-indent: 32px;
	line-height:34px;
}
.dataDatumBox .leftBox{
	width: 615px;
}
.dataDatumBox .rightBox{
	width: 585px;
}
.itemBig{
	position:relative;
	width:587px;
	height:445px;
	overflow: hidden;
	margin-bottom: 24px;
}
.itemBig .i_box{
    height: 445px;
    background: no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    cursor: pointer;
}
.itemBig .hd {
    position: absolute;
    right:20px;
    bottom: 57px;
    text-align: center;
}
.itemBig .hd li {
    display: inline-block;
    overflow: hidden;
    margin: 0 5px;
    text-indent: -99em;
    width: 30px;
    height: 4px;
    background-color: #A1B1B0;
    font-size: 1;
    line-height: 1;
    cursor: pointer;
}
.itemBig .hd .on {
    background-color: #0070C0;
}
.itemList li{
	position: relative;
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
	width: 280px;
	height: 210px;
	cursor: pointer;
	overflow:hidden; 
}
.itemList li:nth-of-type(2n){
	margin-right: 0;
}
.itemList img{
	width: 100%;
}
.itemList p,
.itemBig .i_box p{
	width: 100%;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background:linear-gradient(180deg,rgba(161,177,176,0.5) 0%,rgba(161,177,176,1) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
}
.itemList span img,
.itemBig .i_box span img{
	width: 26px;
	vertical-align: middle;
}
.downTip{
	bottom: 0;
	display: block;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background:linear-gradient(180deg,rgba(161,177,176,0.5) 0%,rgba(161,177,176,1) 100%);
	border-radius: 50%;
	margin: auto;
}
.itemList li:hover .downTip{
	background:linear-gradient(180deg,rgba(0,112,192,0.5) 0%,rgba(0,112,192,1) 100%);
}
.itemBig .i_box:hover .downTip{
	background:linear-gradient(180deg,rgba(0,112,192,0.5) 0%,rgba(0,112,192,1) 100%);
}
.itemList li:hover p,
.itemBig .i_box:hover p{
	background:linear-gradient(180deg,rgba(0,112,192,0.5) 0%,rgba(0,112,192,1) 100%);
}
.dataDatum1,
.dataDatum2{
	margin-bottom: 50px;
}

.videoBox{
	width: 100%;
	background: #eef5fb;
	padding: 50px 0;
}
.videoList{
	width: 1200px;
	margin: 0 auto;
}
.videoBox .itemList span{
	display: block;
	width: 64px;
	height: 64px;
	background: url('../img/icon.png');
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.videoBox .itemList li span{
	top: -16px;
}
.videoBox .itemListV li{
	width: 262px;
	height: 200px;
	margin-bottom: 40px;
	margin-right: 28px;
}
.videoBox .itemList li p{
	font-size: 12px;
}
.videoBox .itemList li img{
	height: 160px;
}
/*.videoBox .itemBig{
	width: 629px;
	height: 424px;
}
.videoBox .itemBig img{
	height: 386px;
}*/
.videoBox .itemList li:hover span,
.videoBox .i_box:hover span{
	background: url('../img/iconOn.png');
	background-size: 100%;
}
.footerMsg{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.footerMsg .c_title{
	margin-top: 100px;
}
.footerMsg .fMsg{
	width: 1200px;
	height: 540px;
	padding-top: 50px;
}
.fMsg_content{
	width: 560px;
	margin-left: 40px;
}
.msg_title{
	line-height: 85px;
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:bold;
}
.msg_title .imgBox{
	width: 190px;
	height: 85px;
	float: left;
	margin-right: 20px;
}
.msg_title .imgBox img{
	vertical-align: middle;	
}
.msg_content{
	width: 550px;
}
.msg_content p{
	/*margin-top: 50px;*/
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:24px;
}
.fixedTip{
	position: fixed;
	right: 0;
	top: 440px;
	margin: auto 0;
	width: 126px;
	height: 180px;
	background: url('../img/fixedTip.png');
}
.fixedTip p{
	position: absolute;
	top: 96px;
	left: 32px;
	font-size:15px;
	color: #fff;
}
.fixedTip .goLottly{
	position: absolute;
	display: block;
	width:70px;
	height:25px;
	line-height: 25px;
	text-align: center;
	bottom: 10px;
	left: 28px;
	background:rgba(252,172,38,1);
	opacity:1;
	border-radius:3px;
	font-size:14px;
	color: #fff;
}

.step_3{
	width: 100%;
	background: #e1eef8;
}
.index_module{
	width: 1200px;
	margin: 0 auto;
}
.index_module .c_title{
	margin-top: 50px;
	margin-bottom:10px;
}
/*抽奖区域*/
#prize_area {
    padding: 40px 0;
}

/*抽奖弹窗样式*/
.lotter_alert {
    /*抽奖机会用完*/
    /*中奖了*/
}

.lotter_alert.not_winning {
    width: 305px;
}

.lotter_alert.not_winning .layui-layer-content {
    overflow: hidden;
}

.lotter_alert.layui-layer {
    padding: 30px;
    background: #fff;
    border-radius: 15px;
}

.lotter_alert .layui-layer-title {
    display: none;
}

.lotter_alert .layui-layer-content {
    text-align: center;
}

.lotter_alert .layui-layer-content i {
    display: block;
    color: #C77701;
    font-size: 40px;
    font-style: normal;
    padding: 20px 0;
}

.lotter_alert .layui-layer-content big {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
}

.lotter_alert .layui-layer-content span {
    color: #000;
}

.lotter_alert.no_chance {
    width: 305px;
}

.lotter_alert.no_chance big {
    display: block;
    padding-top: 20px;
}

.lotter_alert.no_chance .btns {
    display: block;
    padding: 20px 0;
}

.lotter_alert.no_chance .btn {
    color: #fff;
    border: none;
    width: 85px;
    margin: 0 3px;
    background: #009FBD;
}

.lotter_alert.no_chance .layui-layer-content {
    overflow: hidden;
}

.lotter_alert.winner {
    width: 305px;
}

.lotter_alert.winner big b {
    color: #ff0000;
}

.lotter_alert.winner img {
    display: block;
    margin: 10px auto;
    width: 100px;
}

.lotter_alert.winner span {
    line-height: 20px;
}

.lotter_alert.winner .layui-layer-content {
    overflow: hidden;
}

#prilist{
    float: left;
    width: 672px;
    margin-right: 100px;
}

#prilist li {
    display: block;
    background: #fff;
    float: left;
    margin: 0 20px 20px 0;
    width: 202px;
    padding: 30px 0;
    text-align: center;
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #333;
    border: 2px solid #fff;
}

#prilist li.right {
    margin-right: 0;
}

#prilist li.active {
    border: 2px solid #009FBD;
}

#prilist img {
    display: block;
    height: 60px;
    margin: 0 auto 10px;
}

#prilist #begin_btn {
    padding: 0;
    height: 151px;
    line-height: 151px;
    font-size: 20px;
    color: #fff;
    background: #009FBD;
    cursor: pointer;
}
#prilist #begin_btn:hover{
	background: #009FBD;
}
#prilist #begin_btn:active {
    font-size: 16px;
}

#winner_list {
    float: left;
    width: 380px;
}

#winner_list a {
    text-decoration: underline;
}

#winner_list .list_box {
    display: block;
    padding-top: 10px;
    background: #009FBD;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

#winner_list .list_box b {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    color: #007ac2;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
}

/*#fcdee3*/

#winner_list .list_box p {
    line-height: 20px;
}

#winner_list .tips {
    line-height: 20px;
    color: #999999;
    font-size: 12px;
    display: block;
}
#winner_list .tips a{
	color: #009FBD;
}
#jq_marquee_box {
    margin-top: 10px;
    height: 300px;
    line-height: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    color: #000;
    border: 2px solid #009FBD;
    border-top: none;
    padding: 20px 0;
    border-radius: 0 0 10px 10px;
}

#winner_ul {
    display: block;
    padding: 20px;
}

#winner_ul .null {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding-top: 30px;
}

#winner_ul li {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    color: #009FBD;
}
#winner_ul li span{
	color: #666666;
}
/*  修改弹窗样式  */
#submit_form{
	overflow: inherit;
}
.pop_window{
	border: none;
	border-radius: 20px;
	height: 660px;
	box-shadow: 2px 1px 10px #000000;
	z-index: 99999;
}
.dialog{
	border-radius: 20px;
}
.dialog-hd{
	background: #fff;
	border: none;
	height: 30px;
}
.collect_title{
	text-align: center;
	padding: 10px 0 0 0;
}
.close-dialog{
	right: 5px;
	top: 5px;
	color: #999999;
}
.inline_dl {
	padding-left: 30px;
}
#submit_form dd input[type=text]{
	width: 350px;
	border-radius: 5px;
}
#submit_form .inline_dl textarea{
	width: 350px;
	height: 18px;
	overflow:hidden; 
	resize:none; 
	border-radius: 5px;
}
#submit_form .inline_dl dd{
	float: inherit;
}
#submit_form .user_info_cookie{
	margin-left: 36px;
}
#submit_form dd{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
#submit_form dd label{
	width: 50%;
}
#submit_form .sub{
	position: inherit;
	float: inherit;
	width: 120px;
	border-radius: 5px;
	margin: 20px auto;
	cursor: pointer;
}
.input_box{
	width: 300px;
	margin: 0 auto;
	position: relative;
}
.input_box span{
	position: absolute;
	left: 20px;
	top: 5px;
	font-size: 20px;
	color: #999;
}
.input_box input{
	width: 300px;
	line-height: 40px;
	border-radius: 5px;
	padding: 0px 10px 0 50px;
	box-sizing: border-box;
}
.dialog-bd{
	padding: 0;
}
#s_tip_box{
	text-align: center;
}
#s_tip_box h2{
	font-size: 24px;
	color: #e30327;
	text-align: center;
	margin-bottom: 40px;
}
#s_tip_box p{
	margin-bottom: 40px;
	font-size: 20px
}
#s_tip_box h5{
	color: #999;
}
#submit_form .inline_dl .wid100{
	width: 370px;
}
#submit_form dd label{
	margin: 5px 0;
}
#submit_form small{
	display: block;
	padding: 0 30px;
	box-sizing: border-box;
	color: #999;
}
.banner{
	width: 100%;
	height: 400px;
	background: #fff url('../img/banner.png') center center no-repeat;
}
.mbanner{
	display: none;
}
.mNav{
	display: none;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	line-height: 48px;
	background: #fff;
	z-index: 11111;
}
.mNav img{
	margin: 10px 15px 0;
}
.mNav li{
	float: left;
	padding:0 10px;
	border-bottom: 2px solid #fff;
}
.mNav li.mN_active{
	border-bottom: 2px solid #0070C0;
}
.layui-layer {
    top: 150px !important;
}
/*  y移动端适配  */
@media screen and (max-width: 800px) {
	body{
		background: #fff;
	}
	h3{
		font-size: 17px;
	}
	.lotter_alert.layui-layer{
		width: 50% !important;
	}
	 .sso_dialog{
    	width: 83% !important;
    	margin: 0 !important;
    	top: 5% !important;
    	left: 8% !important;
    }
    #top,
    .banner{
    	display: none;
    } 
    .mbanner,
    .mNav{
    	display: block;
    }
    .dataDatum_des{
    	margin: 36px 0;
    }
	.dataDatumBox{
		width:100%;
	}
	.dataDatum_des h3{
		padding:0 16%;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.dataDatum_des p{
		padding:0 12px;
		font-size: 14px;
		line-height: 22px;
		box-sizing: border-box;
	}
	.c_title{
		text-align: center;
	}
	.c_title img{
		display: none;
	}
	.dataDatumBox .leftBox,
	.dataDatumBox .rightBox{
		float: inherit;
		width: 100%;
	}
	.itemBig{
		width: 100%;
		padding: 12px;
		box-sizing: border-box;
		margin: 0!important;
	}
	.itemList{
		margin: 0!important;
	}
	.itemBig .i_box,
	.itemBig{
		height: 200px;
	}
	.itemList p, .itemBig .i_box p{
		background:linear-gradient(180deg,rgba(0,112,192,0.5) 0%,rgba(0,112,192,1) 100%);
		line-height: 20px;
		font-size: 14px;
		height: 58px;
		padding: 10px;
		box-sizing: border-box;
		text-align: left;
	}
	.itemBig .i_box .downTip{
		width: 66px;
		height: 66px;
		line-height: 66px;
		background:linear-gradient(180deg,rgba(0,112,192,0.5) 0%,rgba(0,112,192,1) 100%);
	}
	.itemList .downTip{
		width: 44px;
		height: 44px;
		line-height: 44px;
		top: -24%;
		background:linear-gradient(180deg,rgba(0,112,192,0.5) 0%,rgba(0,112,192,1) 100%);
	}
	.itemList span img{
		width: 16px;
	}
	.itemBig p{
		height: 40px;
	}
	.itemList li,
	.videoBox .itemListV li{
		width: 46%;
		margin: 2%;
		height: 166px;
	}
	.videoList{
		width: 100%;
	}
	.videoBox{
		padding: 25px 0;
	}
	.videoBox .c_title{
		margin-bottom: 25px;
	}
	.videoBox .itemBig{
		width: 100%;
		float: inherit;
	}
	.videoBox .itemListV ul{
		width: 100% !important;
	}
	.videoBox .itemList li span {
		top: -36px;
		width: 44px;
		height: 44px;
	}
	.videoBox .itemBig{
		height: 260px;
	}
	.videoBox .itemBig img{
		height: 220px;
	}
	.videoBox .itemBig .i_box{
		height: 260px;
	}
	.videoBox .itemBig .i_box p{
		background:rgba(161,177,176,1);
	}
	.videoBox .itemList li p{
		background:rgba(161,177,176,1);
		font-size: 14px;
	}
	.footerMsg .c_title{
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.footerMsg{
		width: 100%;
		padding: 0 12px;
		box-sizing: border-box;
	}
	.footerMsg .manufacturersLogo{
		width: 100%;
	}
	.fMsg_content,
	.footerMsg .fMsg,
	.msg_content,
	.msg_title .imgBox{
		width: 100%;
		height: auto;
		margin-left:0;
	}
	.footerMsg .fMsg .fMsg_content,
	.msg_title .imgBox{
		float: inherit;
	}
	.manufacturersLogo{
		margin: 20px 0;
	}
	.msg_content p{
		margin-top: 20px;
	}
	.fixedTip{
		width: 68px;
    	height: 90px;
    	background: url(../img/fixedTip.png);
    	background-size:100%;
	}
	.fixedTip p{
		top: 50px;
    	left: 10px;
    	font-size: 12px;
	}
	.fixedTip .goLottly{
		display: none;
	}
   	#prilist{
   		width: 100%;
   	}
   	#prilist li{
   		width: 30%;
   		margin: 0 10px 10px 0;
   		padding:10px 0;
   		height: 66px;
   	}
   	#prilist li{
   		width: 30%;
   		margin: 0 1% 10px 0;
   	}
   	#prilist li:nth-of-type(3n+1){
   		margin-left: 2%;
   	}
    #prilist img{
    	height: 36px;
    }
    #prilist #begin_btn{
    	height: 86px;
    	line-height: 86px;
    }
    #winner_list{
    	width: 94%;
    	margin: 20px 3% 0;
    }
    #winner_list .tips{
    	color: #666;
    }
    .layui-layer{
    	width: 300px !important;
    }
 	.index_module{
 		width: 100%;
 		padding-bottom: 30px;
 	}
	#prize_area{
		padding: 20px 0;
	}
    .pop_window{
	 	width: 92%;
	 	margin: 10% 0px 0px -46%;
	 	height: 520px;
	}
	.info_msgBox{
	 	height: 396px;
	 	overflow-y: scroll;
	 }
    #submit_form dd input[type=text]{
		width: 220px;
		border-radius: 5px;
	}
	#submit_form .inline_dl textarea{
		width: 220px;
		height: 18px;
		overflow:hidden; 
		resize:none; 
		border-radius: 5px;
	}
	#submit_form .inline_dl select {
    	width: 115px;
    }
    #submit_form dd label{
    	margin: 5px 0;
    }
    #submit_form small{
    	padding:0 20px;
    }
}