body {
  background-color: #fff ;
  font-family     : '微软雅黑', Arial, Helvetica, sans-serif;
  margin:0;
}

.header_banner{
  width            : 100%;
  height           : 400px;
  background-image : url('/themes/default/assets/images/activity/white_paper/52solutionpage_ebanner2_1920x400.jpg');
  background-size:cover;
  background-repeat: no-repeat;
}
.nationpage .header_banner{
  background-image : url('/themes/default/assets/images/activity/white_paper/whitepaper_banner_ni.jpg');
}
.nationpage .header_banner a{
    height: 80px;
    width: 180px;
    display: inline-block;
    position: absolute;
    right: 98px;
    margin-top: 168px;
}
ul,li{
  margin: 0;
  padding: 0;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.head_desc .container, 
.paper_download .container,
.prize .container{
  margin: 0 auto;
  width : 1200px;
  padding-left:15px;
  padding-right:15px;
  text-align: center;
}
.nationpage .head_desc .container, 
.nationpage .paper_download .container,
.nationpage .prize .container{
  text-align: left;
}
 h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #000000;
}
.nationpage h2{
  font-size: 36px;
  letter-spacing: -1px;
  color: #0067ac;
  margin-bottom: 25px;  
}
.nationpage h3{
 font-size: 18px;
  font-weight: bold;
  color: #090909;
}
.sanjiao{
  width: 0;
  height: 0;
  border: 10px solid #0092da;
    border-color: #0092da transparent transparent transparent;
    display: inline-block;
    position: relative;
    top: 0;
}

.head_desc {
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.head_desc p{
  font-size: 20px;
  line-height: 36px;
  color: #090909;
}
.nationpage .head_desc p{
  font-size: 16px;
  line-height: auto;
}
.head_desc p a{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #0092da;
  text-decoration: none;
}

.paper_download {
  width: 100%;
  background-color: #f5f5f5;
  padding-top: 25px;
  padding-bottom: 25px;
  margin:15px auto;
}
.paper_download .list_box:after {
  content: '';
  display: block;
  clear  : both;
}
.box-flex{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; 
  -ms-flex-wrap: wrap; 
      flex-wrap: wrap;
}
.paper_download .list_box {
  width: 46.5%;
  background-color: #fff;
  border-radius   : 2px;
  padding         : 15px;
  margin-bottom   : 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}

.paper_download .list_box img {
  width: 200px;
  height: 280px;
  display: inline-block;
}

.paper_download .list_box .content_text {
  padding-left: 15px;
}

.paper_download .list_box .content_text h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-top: 0;
  height: 52px;
}
.paper_download .list_box .content_text p {
  color: #666666;
  font-size: 16px;
  height: 126px;
}
.paper_download .content_text a,
.btn-orange{
  width: 120px;
  height: 45px;
  background-color: #da4800;
  font-size: 18px;
  font-weight: bold;
  line-height: 45px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;  
  display: inline-block;
}
.paper_download .list_box .content_text a {
  position: absolute;
  right: 15px;
  margin-top:20px;
  border-radius: 5px;
}
.nationpage .paper_download .content_text {
    border-bottom: 1px solid #c4c3c3;
    padding-bottom: 25px;
    padding-top: 15px;
}
.nationpage .paper_download .content_text:last-child {
    border-bottom: none;
}
.nationpage .paper_download .content_text .right_side{
  display: inline-block;
  width: 54%;
}
.nationpage .paper_download .content_text  {
    border-bottom: 1px solid #c4c3c3;
    padding-bottom: 30px;
}
.nationpage .paper_download .content_text p {
    font-size: 16px;
}
.nationpage .paper_download .content_text .right_side ul {
    margin-top:20px;
    padding-left:30px;
}
.nationpage .paper_download .content_text .right_side ul li{
  list-style: disc;
   font-size: 16px;
   margin-bottom:15px;
}
.prize .text-bule{ 
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #0092da;  
}
.prize .prizeimg{ 
  font-size: 20px;
  font-weight: bold;
  color: #0092da; 
  padding: 0; 
}
.prize .prizeimg li{ 
  padding-top:10px;
  width: 278px;
  height: 230px;
  border: solid 1px #c4c3c3;
  display: inline-block;
  list-style: none;
  text-align: center;
  margin-bottom: 3rem;
  overflow: hidden;
}
.prize .prizeimg li div{ 
    height:160px;
}
.prize .prizeimg li p{ 
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}
.nationpage .prize .prizeimg li p{ 
  position: relative;
  top:20px;
}
.prize .prizeimg li img{ 
    position:relative;
    top:50%;
    -webkit-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
            transform:translateY(-50%);
}

.prizelist{
  width: 434px;
  height: 322px;
  background-color: #f5f5f5;
  border-radius: 10px;
  border: solid 1px #0092da;
  overflow:hidden;
  margin-top: 50px;
}

.prizelist h4{
  margin:0;
  text-align: center;
  height: 80px;
  background-color: #0092da;
  border-radius: 10px 10px 0px 0px;
  border: solid 1px #0092da;
  font-size: 28px;
  font-weight: bold;
  line-height: 13px;
  color: #ffffff;
  line-height:80px;
}
.prizelist li{
  list-style: none;
   text-align:left;
  background-color:transparent;
  margin:0;
  height: 40px !important;
}

.prizelist li span{
  text-align:left;
 font-size: 16px;
  color: #666666;
  margin:0 30px;
  display: inline-block;
}
.prizelist li .text_name{
   color: #da4800;
   margin: 0;
}
.prizelist li .text_name:first-child{
  width: 100px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.prizelist li .text_name:last-child{
  width: 160px;
  white-space: nowrap;
}
.prizelist .tip{
    width: 400px;
    padding: 0 20px;
  font-size: 14px;
  color: #666666;
  position: absolute;
  margin-top: -66px;
}
#download_alert {
  position        : fixed;
  width           : 100%;
  top             : 0;
  left            : 0;
  height          : 100%;
  display         : none;
  background-color: rgba(0, 0, 0, 0.28);
  z-index: 999;
}

#download_alert .alert_box {
  position        : relative;
  top             : 50%;
  left            : 50%;
  width           : 590px;
  /*height        : 560px;*/
  border-radius   : 10px;
  background-color: #fff;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
#download_alert .alert_box .alert_box_header{
  background-color: #0067AC;
    height: 60px;
    border-radius: 10px 10px 0 0;
    /*line-height: 60px;*/
    position: relative;
    margin-bottom: 10px;
    padding:15px 0 5px;

}
#download_alert .alert_box h4 {
  font-size : 20px;
  color: #fff;
  position: relative;
}

#download_alert .alert_box ul {
  list-style-type: none;
  margin-top:15px;
  padding        : 0;
  width          : 70%;
  margin         : 0 auto;
}

#download_alert .alert_box ul li {
  padding: 5px 0;
}

#download_alert .alert_box ul li .item {
  font-size: 18px;
}

#download_alert .alert_box ul li .item_con input {
  width        : 305px;
  height       : 30px;
  border       : 1px solid #ccc;
  border-radius: 5px;
  padding-left:5px;
}
#download_alert .alert_box ul li .item_con .yzm {
background-color: #0067AC;
    color: #fff;
    border: 1px solid #0067AC;
    display: inline-block;
    width: 110px;
    padding: 10px;
    height: 30px;
    line-height: 12px;
    font-size: 14px;
    margin: 0;
}
#download_alert .alert_box ul li .item_con select {
  width        : 99px;
  height       : 30px;
  border       : 1px solid #ccc;
  border-radius: 5px;
}

#download_alert .alert_box ul li button {
  display         : block;
  margin          : 20px auto;
  border          : none;
  background-color: #d81e06;
  color           : #fff;
  padding         : 6px 30px;
  font-size       : 16px;
  border-radius   : 5px;
}

#download_alert .alert_box #close_alert {
    position: absolute;
    right: 20px;
    top: 35%;
    cursor: pointer;
    color: #fff;
    font-size: 23px;
    line-height: 1;
}
/* 世建 */
#download_alert .earth_alert_box .alert_box_header{
  height:auto;
  min-height: 60px;
}

#download_alert .earth_alert_box .alert_box_header h4{
  font-size : 26px;
  font-weight:700;
  color: #fff;
  line-height: 1;

}
#download_alert .earth_alert_box .alert_box_header h5{
  font-size : 16px;
  color: #fff;
  line-height: 1.2;

}



footer {
  background-color: #09305a;
}
footer .container {
  width: 1200px;
  margin: 0 auto;
}
footer .container p {
  text-align: center;
  padding: 50px;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
}
/* demo css */

#dowebok {
  position: relative;
  width: 432px;
  height:466px;
  background: url(/themes/default/assets/images/activity/white_paper/dialimg.png) no-repeat 100%;
}

.plate {
  position: relative;
  top: 20px;
    left: 21px;
  width: 390px;
  height: 390px;
  background: url(/themes/default/assets/images/activity/white_paper/dialimg_1.png) no-repeat 100%;
}
.nationpage .plate {
  background: url(/themes/default/assets/images/activity/white_paper/dialimg_03.png) no-repeat 100%;
}
#plateBtn {
  position: absolute; 
    top: 90px;
    left: 122px;
  width: 185px; 
  height: 216px; 
  background: url(/themes/default/assets/images/activity/white_paper/pointer.png) no-repeat 100%; 
  text-indent: -9999px; 
  overflow: hidden;
}
.resultBox{
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  position: fixed;
  left: 0;
  top:0;
  z-index: 999;
   display: none;

}
#result { 
    position: relative;
    width: 500px;
    height: 200px;
    border-radius: 6px;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    left: 50%;
    background-color: #fff;
    z-index: 999;
    top: 25%;
    padding: 15px;
 }

#resultTxt{ 
    color: #676767;
    font-size: 18px;
    text-align: center;
    line-height: 40px;

}

#resultTxt em { 
  color: #E05F22; 
   font-size: 24px;
  font-style: normal;
}
#resultTxt p{ 
   font-size: 32px;
}
.resultBox button { 
width: 120px;
    height: 45px;
    background-color: #da4800;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    left: 37%;
}
#resultBtn { 
  text-align: right;
  color: #666;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
   width: 25px; 
   height: 25px; 
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Validform_checktip{
  position: absolute;
  margin-left: 10px;
  color: #fff !important;
}