﻿@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]),
[hidden] {
  display: none;
}
body {
  font-family: PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', tahoma, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
  color: #333;
  font-size: 24px;
  -webkit-text-size-adjust: 100% !important;
}
a,
img,
div,
button,
input {
  -webkit-tap-highlight-color: transparent;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a {
  color: #333;
  text-decoration: none;
}
nav {
  list-style: none;
}
img {
  max-width: 100%;
}
.afterfix:after{
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility:hidden;
}
a{
  color:#fff;
  text-decoration:none;
}
a:hover{
text-decoration:none;
outline:none;
}

a:focus{
text-decoration:none;
outline:none;
}

:focus{
outline:0;
}
form{
	height:100%;
}
html,body{
  /*background-color: #f08000;*/
    background: -moz-linear-gradient(top right, #415ba8 0%, #87298a 100%);
    background: -webkit-gradient(linear, top right, bottom left, color-stop(0%,#415ba8), color-stop(100%,#87298a));
    background: -webkit-linear-gradient(top right, #415ba8 0%,##87298a 100%);
    background: -o-linear-gradient(top right, #415ba8 0%,#87298a 100%);
    background: -ms-linear-gradient(top right, #415ba8 0%,#87298a 100%);
    background: linear-gradient(to top right, #415ba8 0%,#87298a 100%);
  cursor: pointer;
}
.page{
  width: 100%;
  position: relative;
  /*background-image: url('../images/bg.png');*/
  background-repeat: no-repeat;
  background-position: right bottom;
}
.main{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 40px;
}

.sas-porum{
  width: 432px;
  height: 91px;
  position: absolute;
  top: 25px;
  left: 150px;
  z-index: 1;
  background-image: url('../images/SAS-PORUM.png');
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.slogan{
  width: 666px;
  height: 290px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -333px;
  z-index: 1;
  background-image: url('../images/slogan.png');
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.table-form{
  padding: 400px 310px 0;
}
.table-form h3{
  font-size: 34px;
  color: #fff;
  padding-bottom: 14px;
}
.table-form p{
  font-size: 22px;
  color: #fff;
  padding-bottom: 30px;
}
.table-form li{
  margin-bottom: 15px;
}
.table-form li .name-box{
  font-size: 20px;
  margin-bottom: 10px;
  position: relative;
}
.table-form li .name-box .name{
  color: #fff;
}
.table-form li .name-box .tips{
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 20px;
  color: #ee0000;
}
.table-form li.error .name-box .tips{
  display: block;
}
.table-form li .input{
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 9px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0,0,0,.35);
}
.table-form li.error .input{
  background-color:rgba(255,255,255,.3);
}
.table-form li .input input{
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  font-family: inherit;
  font-size: 20px;
  padding:0 5px;
}
.table-form li.error .input input{
  color: #e00;
}
.table-form-btn{
  padding-top: 20px;
}
.table-form-btn input{
  background-color: #002b4b;
  width: 230px;
  height: 48px;
  border: 0;
  display: block;
  margin: 0 auto;
  border-radius: 9px;
  font-size: 22px;
  letter-spacing: 5px;
  font-family: inherit;
  color: #fff;
}

.footer{
  width: 100%;
}
.footer .line{
  width: 100%;
  height: 14px;
  /*background-color: #f9cb87;*/
}
.footer .wrapper{
  height: 193px;
  background-color: #002c4c;
  position: relative;
}
.footer .wrapper .logo1{
  width: 192px;
  height: 80px;

  background-image: url('../images/logo.png');
  -webkit-background-size: 100% auto;
  background-size: 100% auto;

  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -96px;
  z-index: 1;
}

.nav{
  padding: 420px 310px 0;
}
.nav li{
  margin-bottom: 30px;
}
.nav li a{
  display: block;
  width: 100%;
  height: 64px;
  line-height: 64px;
  border-radius: 9px;
  /*background-color: #002c4c;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 80px;
  position: relative;
  /*box-shadow: 0 2px 5px rgba(0,0,0,.25); */
  border:1px solid #ffffff;
}
.nav li a span{
  font-size: 22px;
}
.nav li a:before{
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 8px;
  z-index: 1;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  box-shadow: 0 1px 2px rgba(0,0,0,.35);
border:1px solid rgba(255,255,255,.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav li a.a1:before{
  background-image: url('../images/icon-main.png');
}
.nav li a.a2:before{
  background-image: url('../images/icon-1.png');
}
.nav li a.a3:before{
  background-image: url('../images/icon-2.png');
}
.nav li a.a4:before{
  background-image: url('../images/icon-3.png');
}
.nav li a:after{
  display: block;
  content: '';
  width: 54px;
  height: 54px;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  right: 14px;
  z-index: 1;
  background-image: url('../images/icon-play.png');
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.result{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: #415ba8;
}
.result p{
  width: 100%;
  font-size: 32px;
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  margin-top: -16px;
  text-indent: 30px;
}
.result a{
  display: block;
  width: 100px;
  height: 36px;
  line-height: 32px;
  background-color: #002b4b;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  text-align: center;
  border-radius: 6px;
  letter-spacing: 3px;
  margin-top: 50px;
  margin-left: -50px;
  z-index: 1;
}

.page.bg-no{
  background: none;
}
.agenda{
  padding: 200px 240px 0;
}
.agenda h2{
  font-size: 32px;
  text-align: center;
  padding-bottom: 42px;
  color: #fff;
}
.agenda table{
  border: 1px solid #002c4c;
  border-collapse:collapse;
}
.agenda td{
  border: 1px solid  #002c4c;
  border-collapse:collapse;
  color: #fff; 
}
.agenda td.time{
  width: 142px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.agenda td.con{
  padding: 10px 0 10px 20px;
}
.agenda td.con h3{
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}
.agenda td.con p{
  font-size: 20px;
  line-height: 26px;
}
.agenda td.bg{
  background-color:  #415ba8;
}
.agenda .play{
  display: block;
  width: 123px;
  height: 123px;
  margin: 50px auto 0 auto;
  background-image: url('../images/play.png');
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.menu{
  width: 60px;
  height: 60px;
  position: absolute;
  top: 43px;
  right: 240px;
  z-index: 99;
  background-color: #415ba8;
}
.menu-btn{
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-btn span{
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  margin: 4px auto;
}
.menu-list{
  width: 170px;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 1px;
  background-color: #415ba8;
}
.menu-list .menu-link{
  display: block;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid  #87298a;
  padding-left: 23px;
  position: relative;
  background-color: #415ba8;
  background-image: url('../images/arrow.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.menu-list .menu-link.last{
  border-bottom-width: 0;
}
.menu-list .menu-link:before{
  display: block;
  content: '';
  width: 4px;
  height: 100%;
  background-color: #002c4c;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.menu-list .menu-link span{
  font-size: 20px;
}

@media (max-width: 1220px){
  .page{
    -webkit-background-size: 400px auto;
    background-size: 400px auto;
  }
  .table-form{
    padding: 400px 110px 0;
  }
  .nav{
    padding: 570px 110px 0;
  }
  .agenda{
    padding: 180px 120px 0;
  }
  .menu{
    right: 110px;
  }
}
@media (min-width: 751px) and (max-width: 1024px){
}

@media (max-width: 900px){
  .sas-porum {
    top: 20px;
    left: 30px;
  }
  .slogan{
    top: 100px;
  }
  .table-form{
    padding: 400px 50px 0;
  }
  .nav{
    padding: 400px 50px 0;
  }
  .agenda{
    padding: 160px 100px 0;
  }
}
@media (min-width: 751px){
  .menu-list .menu-link:hover{
    background-color: #67439d;
  }
  .menu-list .menu-link:hover:before{
    background-color: #415ba8;
  }
}
/* iPhone4/5 */
@media (max-width: 320px) {
  html {
    font-size: 42.66665px;
  }
}
/* iPhone 6 */
@media (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  html {
    font-size: 50px;
  }
}
/* iPhone 6 + */
@media (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  html {
    font-size: 55.2px;
  }
}
@media (min-width: 321px) and (max-device-width: 374px) {
  html {
    font-size: 47px;
  }
}
@media (max-width: 750px) {
  .page{
    min-height: 10.05rem;
    -webkit-background-size: 6rem auto;
    background-size: 6rem auto;
  }
  .sas-porum {
    width: 4.32rem;
    height: .91rem;
    top: .3rem;
    left: .4rem;
  }
  .main{
    padding-bottom: .5rem;
  }
  .slogan {
    width: 6.66rem;
    height: 2.9rem;
    top: 1.2rem;
    margin-left: -3.33rem;
  }
  .table-form {
    padding: 4.2rem .5rem 0;
  }
  .table-form h3{
    font-size: .36rem;
    padding-bottom: .24rem;
  }
  .table-form p {
    font-size: .26rem;
    padding-bottom: .6rem;
  }
  .table-form li {
    margin-bottom: .2rem;
  }
  .table-form li .name-box {
    font-size: .3rem;
    margin-bottom: .1rem;
  }
  .table-form li .name-box .tips{
    line-height: .36rem;
  }
  .table-form li .input {
    height: .65rem;
    line-height: .65rem;
    border-radius: 6px;
  }
  .table-form li .input input{
    font-size: .3rem;
  }
  .table-form-btn{
    padding: .2rem .5rem 0;
  }
  .table-form-btn input {
    width: 100%;
    height: .68rem;
    border-radius: 6px;
    font-size: .3rem;
  }
  .footer .line{
    line-height: .2rem;
  }
  .footer .wrapper{
    height: 1.93rem;
  }
  .footer .wrapper .logo1 {
    width: 1.92rem;
    height: .8rem;
    top: .5rem;
    left: 50%;
    margin-left: -.96rem;
  }
  .nav{
    padding: 4.4rem .5rem 0;
  }
  .nav li {
    margin-bottom: .2rem;
  }
  .nav li a{
    height: .98rem;
    line-height: .98rem;
    border-radius: 6px;
    padding-left: 1rem;
  }
  .nav li a:before {
    width: .72rem;
    height: .72rem;
    margin-top: -.36rem;
    left: .12rem;
  }
  .nav li a span{
    font-size: .32rem;
  }
  .nav li a:after {
    width: .76rem;
    height: .76rem;
    margin-top: -.38rem;
    right: .34rem;
  }

  .agenda{
    padding:1.5rem .3rem 0;
  }
  .agenda h2 {
    font-size: .4rem;
    padding-bottom: .42rem;
  }
  .agenda td.time {
    width: 2rem;
    font-size: .26rem;
  }
  .agenda td.con {
    padding: .1rem 0 .1rem .2rem;
  }
  .agenda td.con h3{
    font-size: .26rem;
    line-height: .32rem;
  }
  .agenda td.con p{
    font-size: .24rem;
    line-height: .3rem;
  }
  .agenda .play{
    width: 1.2rem;
    height: 1.2rem;
    margin: .5rem auto 0;
  }
  .menu{
    width: .6rem;
    height: .6rem;
    right: .3rem;
    top: .3rem;
  }
  .menu-btn{
    padding-top: .1rem;
  }
  .menu-btn span {
    width: .36rem;
    height: .06rem;
    margin: .06rem auto;
  }
  .menu-list{
    width: 2.4rem;
  }
  .menu-list .menu-link{
    height: .8rem;
    line-height: .65rem;
    padding-left: .24rem;
    background-position: right .2rem center;
    -webkit-background-size: .1rem auto;
    background-size: .1rem auto;
  }
  .menu-list .menu-link span{
    font-size: .24rem;
  }
}
/*//针对虚拟按键的手机*/
@media screen and (max-aspect-ratio:9/12) and (min-aspect-ratio:9/14){
}
/*//针对虚拟按键的手机*/
@media screen and (max-aspect-ratio:9/16) and (min-aspect-ratio:9/20){
  .footer{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
}
