*{margin: 0;padding: 0;}
a{text-decoration: none; color: #333;}
.fl{float: left;}
.fr{float: right;}
input{background:none; outline:none; border:0px; background: #fff;}
body{font: 16px/1.5 "Microsoft YaHei",Tahoma,Arial,Helvetica,sans-serif;font-size: 12px;min-width: 1200px;margin: 0 auto;color: #333;}
.main{width: 1200px;margin: 0 auto;text-align: center;position: relative;}
.cont1, .cont2{margin: 0 auto;}
.banner{
	height: 530px;
	margin-top: 60px;
	background: url(../images/banner.jpg) no-repeat center center;
	background-position: center;
}
.banner img{
	margin: 60px 30px;
}
.banner a{
	display: block;
	width: 362px;
	height: 74px;
	border-radius: 37px;
	line-height: 74px;
	background: #4545FF;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	margin: 0 auto;
	margin-top: 60px;
	text-align: center;
	box-shadow: 0px 10px 10px #BCBCFC;
	position: relative;
	z-index: 1;
}
.banner a:hover{
	background: linear-gradient(to right, #3698FF,#2C50FF);
}
.part .main>a{
	display: block;
    width: 254px;
    height: 58px;
	margin: 0 auto;
    line-height: 58px;
    font-size: 20px;
	font-weight: bold;
	color: #fff;
	border-radius: 30px;
	cursor: pointer;
	background: linear-gradient(to bottom, #F7AD3B,#FB561D);
}
.part1 .title{
	padding-top: 100px;
}
.part1 .cont1{
	width: 1120px;
	height: 640px;
	margin-top: 60px;
	background: url(../images/vs.png) no-repeat center center;
}
.part1 .cont1>div{
	width: 488px;
	height: 636px;
	border: 2px solid #E6E6E6;
	border-radius: 20px;
}
.part1 .cont1 .row-title{
	width: 492px;
	height: 76px;
	margin-left: -2px;
	margin-top: -2px;
	margin-bottom: 50px;
	background: #2E52FE;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.part1 .cont1 .right .row-title{
	background: #C9C9C9;
}
.part1 .cont1 .row-title h1{
	font-size: 30px;
	line-height: 76px;
	color: #fff;
}
.part1 .cont1 .row-cont{
	width: 388px;
	height: 100px;
	line-height: 40px;
	margin: 0 auto;
	font-size: 18px;
}
.part1 .cont1 .row-cont>.left i{
	display: block;
	width: 34px;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	padding-left: 5px;
	text-align: left;
	background: url(../images/num_icon.png) no-repeat center left;
}
.part1 .cont1 .right .row-cont>.left i{
	width: 26px;
	height: 26px;
	line-height: 26px;
	color: #555;
	text-align: center;
	padding-left: 0;
	border-radius: 50%;
	border: 1px solid #555;
	background: none;
}
.part1 .cont1 .row-cont>.right{
	width: 340px;
}
.part1 .cont1 .row-cont>.right p{
	margin-left: 20px;
	margin-top: -6px;
	text-align: left;
}
.part1 .cont1 .row-cont>.right span{
	font-weight: bold;
	color: #FB6621;
}
.part1 .cont1 .right .row-cont>.right span{
	color: #333;
}
.part1 .cont2{
	width: 1120px;
	height: 100px;
	border-radius: 5px;
	box-shadow: 0px 10px 10px #A0A5F7;
	background: #2E52FE;
	padding-top: 50px;
	margin-top: 30px;
}
.part1 form {
    font-size: 28px;
}
.part1 form input {
    width: 190px;
    height: 50px;
    font-size: 20px;
    padding-left: 10px;
    line-height: 50px;
    border-radius: 5px;
}
.part1 form strong {
    color: #fff;
}
#dosubmit {
    font-size: 20px;
    font-weight: bold;
    padding-left: 0px;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    background: linear-gradient(to bottom, #F7AD3B,#FB561D);
}
.part1 .main>img{
	position: absolute;
	right: -360px;
	bottom: 80px;
}
.part2{
	padding-bottom: 50px;
}
.part2 .title{
	padding-top: 40px;
	margin-bottom: 30px;
}
.part2 .cont{
	width: 1120px;
	height: 560px;
	border-left: 1px dashed #2E57FE;
}
.part2 .cont>.step{
	width: 331px;
	height: 60px;
	margin-left: -32px;
	padding-left: 8px;
	line-height: 48px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	background: url(../images/step.png) no-repeat;
}
.part2 .cont>.step i{
	font-size: 24px;
	margin-right: 20px;
}
/*轮播*/
#focus_Box{position:relative;width:1120px;margin:0 auto;margin-top: 50px;text-align: center;}
#focus_Box ul{position:relative;left: 50%;margin-left:-290px;}
#focus_Box li{z-index:0;position:absolute; width:256px ;height:360px;border-radius: 20px; top:49px;cursor:pointer;left:382px;background: none;overflow: hidden;}
#focus_Box li img{width:100%;margin: 0 auto;}
#focus_Box .prev,#focus_Box .next{display:block;z-index:100;overflow:hidden;cursor:pointer;position:absolute;width:53px;height:53px;top:158px;}
#focus_Box .prev{ background:url(../images/left.png) no-repeat;left:115px;opacity: .2;}
#focus_Box .next{ background:url(../images/right.png) no-repeat; right:115px;opacity: .2;}
#focus_Box .prev:hover{opacity:1;}
#focus_Box .next:hover{opacity:1;}
.part2 .cont2{
	height: 690px;
}
.part2 .cont2 .boxs{
	text-align: center;
}
.part2 .cont2 .box-item{
	width: 315px;
	height: 236px;
	overflow: hidden;
	margin-left: 50px;
	margin-top: 40px;
	display: inline-block;
	box-shadow: 0px 0px 10px #DBE0FA;
}
/*.part2 .cont2 .box-item:hover{
	box-shadow: 0px 0px 10px #DBE0FA;
}*/
.part2 .cont2 .box-item>.hide{
	display: none;
}
.part2 .cont2 .box-item:hover>.hide{
	display: block;
}
.part2 .cont2 .box-item:hover>.show{
	display: none;
}
.part2 .cont2 .box-item>.show>img{
	margin-top: 30px;
}
.part2 .cont2 .box-item>.show>.p{
	font-size: 26px;
	margin-top: 20px;
}
.part2 .cont2 .box-item>.hide>img{
	opacity: .2;
	margin-top: 10px;
}
.part2 .cont2 .box-item>.hide>.item-title{
	font-size: 24px;
	margin-top: -60px;
}
.part2 .cont2 .box-item>.hide>.p{
	font-size: 18px;
	margin: 30px 40px;
}
.part2 .main>a{
	margin-top: -20px;
}
.part2 .main>.img1{
	position: absolute;
	left: -360px;
	top: -80px;
}
.part2 .main>.img2{
	position: absolute;
	right: -360px;
	bottom: 20px;
}
.part3{
	padding-bottom: 60px;
	background: #F9F9FE;
}
.part3 .title{
	padding-top: 40px;
	margin-bottom: 40px;
}
.part3 .cont1{
	width: 1134px;
}
.part3 .cont1>div{
	width: 1094px;
	height: 259px;
	border-radius: 5px;
	font-size: 16px;
	line-height: 28px;
	padding-left: 40px;
	overflow: hidden;
	margin-top: 10px;
	background: url(../images/guomao.jpg) no-repeat;
}
.part3 .cont1>div.box2{
	background: url(../images/haidian.jpg) no-repeat;	
}
.part3 .cont1>.box>div{
	display: inline-block;
	width: 450px;
	text-align: left;
	padding: 20px 10px 20px 60px;
}
.part3 .cont1>.box h1{
	font-size: 16px;
	line-height: 40px;
	color: #2E52FE;
}
.part3 .cont1>.box h2{
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
}
.part3 .cont1>.box2 h1{
	color: #FB702D;
}
.part3 .cont2{
	width: 1134px;
	height: 100px;
	border-radius: 5px;
	box-shadow: 0px 10px 10px #C6D6FF;
	padding-top: 50px;
	margin-top: 10px;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.part3 .cont2>img{
	position: absolute;
	right: -20px;
	bottom: -30px;
}
.part3 form {
    font-size: 28px;
}
.part3 form input {
    width: 177px;
    height: 40px;
    font-size: 20px;
    padding-left: 10px;
    line-height: 40px;
    border-radius: 5px;
    border: 2px solid #515151;
}
.part3 form strong {
    /*color: #fff;*/
}
#dosubmit2 {
	width: 184px;
	height: 56px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 0px;
    color: #fff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    background: linear-gradient(to bottom, #F7AD3B,#FB561D);
}
/*直播开始*/
.part3 .cont3{
	width: 1200px;
	height: 540px;
	margin-bottom: 30px;
	background: url(../images/part3_line.png) no-repeat center center;
	background-size: 100% auto;
	position: relative;
}
.part3 .cont3>div{
	width: 460px;
	height: 187px;
	padding: 25px;
	text-align: left;
	border: 1px solid #ECECF1;
	display: flex;
	justify-content: space-between;
	position: absolute;
	background: #fff;
}
.part3 .cont3>div.box1{
	top: 0;
	left: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.part3 .cont3>div.box2{
	top: 0;
	left: 555px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.part3 .cont3>div.box3{
	bottom: 0;
	right: 555px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.part3 .cont3>div.box4{
	bottom: 0;
	right: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.part3 .cont3>div>img{
	width: 152px;
	height: 187px;
}
.part3 .cont3>div>div{
	width: 305px;
	height: 187px;
	font-size: 24px;
	color: #5D43EB;
	overflow: hidden;
}
.part3 .cont3>div>div>h1{
	display: block;
	width: 210px;
	height: 38px;
	padding-left: 13px;
	margin-bottom: 20px;
	color: #fff;
	background: url(../images/jb_bg.png) no-repeat;
	background-size: 100%;
}
.part3 .cont3>div>div>p{
	margin-top: 10px;
}
.part3 .cont3>div>div>p>span{
	display: inline-block;
	vertical-align: top;
}

/*直播结束*/

.part4{
	padding-bottom: 60px;
}
.part4 .title{
	padding-top: 40px;
	margin-bottom: 40px;
}
.part4 .cont{
	height: 320px;
}
.part4 .box-item{
	width: 279px;
	height: 320px;
	overflow: hidden;
	margin: 0 45px;
	display: inline-block;
	box-shadow: 0px 0px 10px #EDF0F5;
}
.part4 .box-item>p{
	font-size: 16px;
	line-height: 30px;
	margin: 40px;
}
.part5{
	padding-bottom: 40px;
	background: #F9F9FE;
}
.part5 .title{
	padding-top: 40px;
	margin-bottom: 40px;
}
.part5 .cont{
	height: 465px;
	margin-bottom: 50px;
}
.part5 .box-item{
	position: relative;
	width: 279px;
	height: 465px;
	overflow: hidden;
	margin-left: 24px;
	display: inline-block;
}
.part5 .box-item>.bg{
	position: absolute;
	bottom: 0px;
	display: block;
	width: 100%;
	height: 70px;
	background: #000;
	opacity: .5;
}
.part5 .box-item>h1{
	position: absolute;
	bottom: 0px;
	display: block;
	width: 100%;
	height: 70px;
	font-size: 24px;
	line-height: 70px;
	color: #fff;
	text-align: center;
	z-index: 1;
}
.part5 .box-item.box-item1{
	margin-left: 0px;
}
.part5 .box-item:hover>.bg{
	height: 290px; 
}
.part5 .box-item:hover>h1{
	display: none;
}
.part5 .box-item:hover>.hide{
	display: block;
}
.part5 .box-item>.hide{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 290px;
	text-align: left;
	color: #fff;
	z-index: 1;
	display: none;
}
.part5 .box-item>.hide h1{
	font-size: 30px;
	display: block;
	width: 200px;
	height: 50px;
	margin: 0 auto;
	margin-top: 10px;
	line-height: 50px;
	border-bottom: 1px solid #fff;
}
.part5 .box-item>.hide p{
	font-size: 14px;
	line-height: 24px;
	margin: 10px 35px;
}
.part6{
	padding-bottom: 40px;
}
.part6 .title{
	padding-top: 40px;
	margin-bottom: 40px;
}
.part7{
	padding-bottom: 40px;
}
.part7 .title{
	padding-top: 20px;
	margin-bottom: 40px;
}