@charset "UTF-8";
/* CSS Document */

*{padding:0;margin:0;}
img{border:none;display:block;}
ul,ul li,dl,dl dt,dl dd{display:block;list-style-type:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
a{color:#000;text-decoration:none;}
a:hover{color:#e00;text-decoration:none;}
.fl{float:left;}
.fr{float:right;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: ".";clear: both;height: 0;}
a,button,input,optgroup,select,textarea {
    -webkit-tap-highlight-color:rgba(0,0,0,0);outline: none; /*去掉a、input和button点击时的蓝色外边框和灰色半透明背景*/border:0;border-radius:0
}
input[type="button"], input[type="submit"], input[type="reset"],input,select {
-webkit-appearance: none;/*去掉苹果默认样式*/
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
}
body{font-family:'\5b8b\4f53';font-size:14px;background:#d90803;}

.header {width:100%;height:50px;min-width:1000px;background:#fff;}
.h_t {width:1000px;height:50px;margin:0 auto;}
.logo {width:150px;height:50px;padding-right:10px;float:left;}
.logo img {width:150px;height:50px;}
.logo_r {width:500px;height:40px;text-align:right;padding-top:10px;}
.logo_r li {height:40px;float:left;display:inline;}
.logo_r .tel,.logo_r .zxqq {font:normal 16px/40px 'Microsoft Yahei';color:#333;}
.logo_r .tel {background:url(../images/telqq.jpg) no-repeat 0 -7px;margin-right:10px;padding-left:30px;}
.logo_r .zxqq {background:url(../images/telqq.jpg) no-repeat 0 -56px;padding-left:30px;padding-right:6px;}
.logo_r .tel span{color:#333;font:normal 16px/40px 'Microsoft Yahei';}
.logo_r .zxqq a{color:#333;font:normal 16px/40px 'Microsoft Yahei';}
.logo_r .zxqq a:hover{color:#f00;text-decoration: underline;}
.logo_r .wei {width:78px;height:37px;padding-top:3px;position:relative;margin-left:4px;z-index:3;}
.logo_r .wei a.hover{width:70px;height:37px;display:block;background:#fff;z-index:20;top:3px;position:absolute;left:0px;font:normal 16px/36px 'Microsoft Yahei';padding:0 3px;color:#504e4e;}
.logo_r .wei a.on {width:70px;height:38px;border:1px #ccc solid;border-bottom:none;color:#504e4e;text-decoration:none;top:2px;left:-1px;}
.logo_r .wei img {float:left;margin-right:3px;display:inline;}
.logo_r .wei_cont {width:170px;height:80px;padding:10px;position:absolute;top:40px;right:1px;display:none;border:1px #ccc solid;background:#fff;z-index:10;}
.logo_r .wei_cont img {width:80px;height:80px;float:left;margin-right:15px;}
.logo_r .wei_cont .gz {width:63px;height:24px;margin:28px 0 0;float:left;}
.logo_r .wei_cont span {float:left;text-align:left;line-height:20px;padding-top:20px;}
.logo_r .wei_cont a {display:inline;}

.banner{width:100%;min-width:1000px;background:url(../images/banner.jpg) center 0 no-repeat;overflow: hidden;}
.bannerc{width:1000px;margin:0 auto;padding-top: 86px;height: 642px;position: relative;}
.ban_note{width: 126px;height: 72px;margin-left: 172px;margin-bottom: 170px;
  -webkit-animation: bounceInRight 1s .4s linear both;
  -moz-animation: bounceInRight 1s .4s linear both;
  -ms-animation: bounceInRight 1s .4s linear both;
  -o-animation: bounceInRight 1s .4s linear both;
  animation: bounceInRight 1s .4s linear both;
}
@-webkit-keyframes bounceInRight {
  0% {opacity: 0;-webkit-transform: translateX(800px);}
  60% {opacity: 1;-webkit-transform: translateX(-30px);}
  80% {-webkit-transform: translateX(10px);}
  100% {-webkit-transform: translateX(0);}
}
@-moz-keyframes bounceInRight {
  0% {opacity: 0;-moz-transform: translateX(800px);}
  60% {opacity: 1;-moz-transform: translateX(-30px);}
  80% {-moz-transform: translateX(10px);}
  100% {-moz-transform: translateX(0);}
}
@-ms-keyframes bounceInRight {
  0% {opacity: 0;-ms-transform: translateX(800px);}
  60% {opacity: 1;-ms-transform: translateX(-30px);}
  80% {-ms-transform: translateX(10px);}
  100% {-ms-transform: translateX(0);}
}
@-o-keyframes bounceInRight {
  0% {opacity: 0;-o-transform: translateX(800px);}
  60% {opacity: 1;-o-transform: translateX(-30px);}
  80% {-o-transform: translateX(10px);}
  100% {-o-transform: translateX(0);}
}
@keyframes bounceInRight {
  0% {opacity: 0;transform: translateX(800px);}
  60% {opacity: 1;transform: translateX(-30px);}
  80% {transform: translateX(10px);}
  100% {transform: translateX(0);}
}
.ban_tit{width: 494px;height: 54px;margin: 0 auto;
  -webkit-animation:bounceIn 1s .7s ease-out both;
  -moz-animation:bounceIn 1s .7s ease-out both;
  -ms-animation:bounceIn 1s .7s ease-out both;
  -o-animation:bounceIn 1s .7s ease-out both;
  animation:bounceIn 1s .7s ease-out both;
}
@-webkit-keyframes bounceIn {
  0% {opacity: 0;-webkit-transform: scale(.1);}
  50% {opacity: 1;-webkit-transform: scale(1.05);}
  70% {-webkit-transform: scale(.9);}
  100% {opacity: 1;-webkit-transform: scale(1);}
}
@-moz-keyframes bounceIn {
  0% {opacity: 0;-moz-transform: scale(.1);}
  50% {opacity: 1;-moz-transform: scale(1.05);}
  70% {-moz-transform: scale(.9);}
  100% {opacity: 1;-moz-transform: scale(1);}
}
@-ms-keyframes bounceIn {
  0% {opacity: 0;-ms-transform: scale(.1);}
  50% {opacity: 1;-ms-transform: scale(1.05);}
  70% {-ms-transform: scale(.9);}
  100% {opacity: 1;-ms-transform: scale(1);}
}
@-o-keyframes bounceIn {
  0% {opacity: 0;-o-transform: scale(.1);}
  50% {opacity: 1;-o-transform: scale(1.05);}
  70% {-o-transform: scale(.9);}
  100% {opacity: 1;-o-transform: scale(1);}
}
@keyframes bounceIn {
  0% {opacity: 0;transform: scale(.1);}
  50% {opacity: 1;transform: scale(1.05);}
  70% {transform: scale(.9);}
  100% {opacity: 1;transform: scale(1);}
}

.bg1{width:100%;min-width:1000px;background: url(../images/bg1.jpg) #d90803 center 0 no-repeat;}
.data_box{width: 1000px;margin: 0 auto;padding-bottom: 60px;}
.data_top{width: 900px;height: 72px;margin: 0 auto 54px;font:bold 26px/72px 'Microsoft Yahei';color: #ef0600;text-align: center;letter-spacing: 1px;}
.data_top span{color: #6b0300;padding:0 10px;}
.tit1{width: 1000px;}
.tit1 .num{width: 60px;height: 56px;float: left;}
.tit1 .num img{width: auto;height: 56px;}
.tit1 h2{height: 48px;padding-left: 16px;margin: 4px 0;border-left: 2px solid #ed8901;font:bold 34px/48px 'Microsoft Yahei';color: #ffd800;text-shadow: #ff001d 3px 0 0, #ff001d 0 3px 0, #ff001d -3px 0 0, #ff001d 0 -3px 0;float: left;}
.data{width: 1000px;}
.data_wechat{width: 660px;height: 233px;background: url(../images/data_wechatbg.png) center 0 no-repeat;padding-top:139px;margin: 0 auto;}
.data_wechat img{margin: 0 auto;}
.data p{width: 588px;height: 114px;border:#ffc600 2px solid;border-radius: 14px;background: #fff;padding-top: 18px;margin: 0 auto;font:normal 18px/32px 'Microsoft Yahei';color: #292743;text-align: center;}
.data p span,.data p b{color: #ca0602;}

.bg2{width:100%;min-width:1000px;background:#d90803;}
.live_box{width: 1000px;margin: 0 auto;padding-bottom: 80px;}
.tit2{width: 1000px;margin-bottom: 30px;}
.tit2 .num{width: 60px;height: 56px;float: left;}
.tit2 .num img{width: auto;height: 56px;}
.tit2 h2{height: 48px;padding-left: 16px;margin: 4px 0;border-left: 2px solid #ed8901;font:bold 34px/48px 'Microsoft Yahei';color: #ffd800;text-shadow: #ff001d 3px 0 0, #ff001d 0 3px 0, #ff001d -3px 0 0, #ff001d 0 -3px 0;float: left;}
.live{width: 962px;padding: 26px 0 22px 38px;background: #fff;border-radius: 36px;}
.live_c{width: 956px;border-left:#ededed 6px solid;padding-top: 34px;padding-bottom: 30px;}
.live_c h3{width: 956px;height: 64px;margin-bottom: 28px;position: relative;}
.live_c h3.live_h1{margin-bottom: 56px;}
.live_c h3 span{display: block;position: absolute;left: -18px;top: 0;padding-left: 48px;width: 334px;height: 64px;font:bold 26px/64px 'Microsoft Yahei';color: #ca0602;text-align: center;background: url(../images/live_hbg.png) center 0 no-repeat;}
.live_idea1{width: 848px;height: 115px;margin-bottom: 50px;background: url(../images/live_ideabg1.png) center 0 no-repeat;margin-left: 22px;padding-left: 48px;padding-top: 20px;position: relative;}
.live_photo{width: 94px;height: 94px;float: left;margin-right: 18px;}
.live_idea1 p{padding-top: 15px;width: 408px;font:bold 18px/32px 'Microsoft Yahei';color: #fff;float: left;}
.live_idea1 p span{color: #ffd800;}
.live_down{width: 234px;height: 236px;position: absolute;right: 96px;top: -68px;padding-top: 20px;background: url(../images/live_downbg.png) center 0 no-repeat;}
.live_wechat{width: 162px;height: 162px;margin: 0 auto 4px;}
.live_down_btn{width: 234px;height: 70px;}
.live_idea2{padding-left: 36px;width: 920px;}
.live_idea2 li{width: 272px;float: left;margin-right: 34px;}
.live_idea2 h4{width: 272px;height: 40px;padding-top: 16px;font:bold 26px/40px 'Microsoft Yahei';color: #ffd800;text-align: center;padding-bottom: 4px;background: url(../images/live_ideabgt.png) center 0 no-repeat;}
.live_idea_text{width: 272px;height: 46px;font:normal 17px/28px 'Microsoft Yahei';color: #fff;text-align: center;background: #d7000f;}
.live_idea_list{width: 272px;background: #d7000f;padding-bottom: 16px;}
.live_idea_list p{width: 214px;height: 40px;padding-left: 20px;border:#f4b1b7 1px dashed;border-radius: 4px;font:normal 18px/40px 'Microsoft Yahei';color: #fff;margin:0 auto 14px;}
.live_btn{width: 272px;height: 74px;padding-top: 17px;background: url(../images/live_ideabgb.png) center 0 no-repeat;}
.live_btn a{display: block;width: 208px;height: 56px;background: url(../images/live_btnbg.png) center 0 no-repeat;font:bold 19px/52px 'Microsoft Yahei';color: #fef6e9;text-align: center;margin: 0 auto;}
.live_btn a:hover{color: #ffe300;}

.bg3{width:100%;min-width:1000px;background:#d90803;}
.score_box{width: 1000px;margin: 0 auto;padding-bottom: 72px;}
.tit3{width: 1000px;margin-bottom: 30px;}
.tit3 .num{width: 60px;height: 56px;float: left;}
.tit3 .num img{width: auto;height: 56px;}
.tit3 h2{height: 48px;padding-left: 16px;margin: 4px 0;border-left: 2px solid #ed8901;font:bold 34px/48px 'Microsoft Yahei';color: #ffd800;text-shadow: #ff001d 3px 0 0, #ff001d 0 3px 0, #ff001d -3px 0 0, #ff001d 0 -3px 0;float: left;}
.score{width: 872px;height: 189px;padding: 21px 0 0 128px;background: url(../images/scorebg.png) center 0 no-repeat;position: relative;}
.score_wechat{width: 168px;height: 159px;padding-top: 9px;background: url(../images/score_wechatbg.png) center 0 no-repeat;margin-right: 38px;float: left;}
.score_wechat img{width: 150px;height: 150px;margin: 0 auto;}
.score_text{width: 354px;float: left;padding-left: 16px;background: url(../images/score_textbg.jpg) 0 5px no-repeat;margin-top: 34px;}
.score_text p{width: 354px;font:normal 18px/28px 'Microsoft Yahei';color: #3d3d40;margin-bottom: 10px;}
.score_text p span{font-weight: bold;color: #ca0602;}
.girl{width: 296px;height: 294px;position: absolute;bottom: 0;right: -25px;}

.bg4{width:100%;min-width:1000px;background: url(../images/bg4.jpg) #d90803 center bottom no-repeat;}
.exam_box{width: 1000px;margin: 0 auto;padding-bottom: 50px;}
.tit4{width: 1000px;margin-bottom: 30px;}
.tit4 .num{width: 60px;height: 56px;float: left;}
.tit4 .num img{width: auto;height: 56px;}
.tit4 h2{height: 48px;padding-left: 16px;margin: 4px 0;border-left: 2px solid #ed8901;font:bold 34px/48px 'Microsoft Yahei';color: #ffd800;text-shadow: #ff001d 3px 0 0, #ff001d 0 3px 0, #ff001d -3px 0 0, #ff001d 0 -3px 0;float: left;}
.exam{width: 962px;height: 218px;padding-left: 38px;background: url(../images/exambg.png) center 0 no-repeat;position: relative;}
.examl{width: 472px;float: left;padding-top: 32px;}
.examl h3{width: 100%;font:normal 26px/36px 'Microsoft Yahei';color: #3d3d40;}
.examl dl{width: 100%;padding-left: 16px;background: url(../images/examl_dlbg.jpg) 0 10px no-repeat;}
.examl dt{width: 100%;font:bold 38px/52px 'Microsoft Yahei';color: #d90803;}
.examl dd{width: 100%;font:normal 18px/28px 'Microsoft Yahei'; padding-top:5px;color: #d90803;}
.examr{float: left;width: 480px;}
.examrt{padding-left: 226px;padding-top: 34px;height: 100px;position: relative;}
.exam_wechat{width: 145px;height: 145px;position: absolute;left: 80px;top: -29px;}
.examrt p{font:normal 21px/28px 'Microsoft Yahei';color: #d90803;}
.exam_text{width: 100%;font:normal 18px/28px 'Microsoft Yahei';color: #2f2e31;}
.exam_text span{font-weight: bold;color: #d90803;}

.footer{width:100%;min-width:1000px;background: url(../images/bg5.jpg) #d90803 center bottom no-repeat;}
.footer_con{width:1000px;color:#f1a3a4;height: 120px;font:normal 14px/24px '\5b8b\4f53';margin:0 auto;text-align:center;position: relative;}
.footer img{display:inline;vertical-align:middle;}

/*右侧qq*/
.cs_qq{width:102px;padding-top: 3px;background:#ffc000;position:fixed;_position:absolute;z-index:9999;top:50%;margin-top:-169px;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-400+"px");right:0;}
.cs_qq_close{width: 10px;height: 10px;cursor: pointer;font-size: 0;line-height: 0;margin-left: 89px;transition:transform 0.5s;-moz-transition: -moz-transform 0.5s;-webkit-transition: -webkit-transform 0.5s; -o-transition:-o-transform 0.5s;}
.cs_qq_close:hover{transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform: rotate(180deg);-o-transform:rotate(180deg);}
.cs_qq h4{width: 102px;height: 20px;font:bold 18px/20px 'Microsoft Yahei';color: #fff;text-align: center;letter-spacing: 1px;margin-bottom: 6px;}
.cs_qq_btn{width:94px;padding: 10px 0 10px 8px;background: #fd9602;}
.cs_qq_btn a{display:block;width:74px;height:28px; padding-left:20px;background:url(../images/cs_qq_btnbg.png) 0 center no-repeat;font:normal 16px/28px 'Microsoft Yahei';color:#fff;}
.cs_qq_btn a:hover{color:#ff0;text-decoration: underline;}
.cs_qq_tel{display: block;width: 102px;font:normal 14px/24px 'Microsoft Yahei';color: #fff;text-align: center;padding:8px 0;}
.cs_qq_tel span{display: block;font-size: 16px;}
.cs_qq_img{width:88px;height:88px;padding:7px;background: #fff;}
